UNCLASSIFIED

Commit a9681f07 authored by gavin.scallon's avatar gavin.scallon
Browse files

adding ports 80 and 443

parent c94bb13c
Pipeline #22465 passed with stage
......@@ -9,14 +9,6 @@ FROM opensource/istio/pilot/pilot:1.5.4 AS base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
COPY --from=base /usr/local/bin/ /usr/local/bin/
COPY --from=base /cacert.pem /cacert.pem
RUN dnf update -y && \
dnf clean all && \
rm -rf /var/cache/dnf/
###############################################################
# Provide label information
LABEL name="istio-pilot" \
maintainer="gavin.scallon@parsons.com" \
vendor="Open Source" \
......@@ -24,8 +16,15 @@ LABEL name="istio-pilot" \
release="1" \
summary="Istio Pilot provides traffic management capabilities in the Istio Service mesh" \
description="provides service discovery for the Envoy sidecars, traffic management capabilities for intelligent routing, and resiliency."
###############################################################
# Run as non-root user
COPY --from=base /usr/local/bin/ /usr/local/bin/
COPY --from=base /cacert.pem /cacert.pem
RUN dnf update -y && \
dnf clean all && \
rm -rf /var/cache/dnf/
EXPOSE 80 443
USER 1001
###############################################################
ENTRYPOINT [ "/usr/local/bin/pilot-discovery" ]
  • Pipeline Status: SUCCESS
    Branch: port-update

    graph LR
      0([setup]):::INTERNAL_SUCCESS --> 1([Import Artifacts]):::SUCCESS --> 2((/)):::INTERNAL_SUCCESS --> 3([Stage Artifacts]):::SUCCESS --> 4((/)):::INTERNAL_SUCCESS --> 5([Build]):::SUCCESS --> 6([Publish, Scan & Report]):::INTERNAL_NOT_BUILT
    
    classDef SUCCESS font-size:10px
    classDef FAILURE fill:#f44, font-size:10px
    classDef SKIPPED font-size:10px
    classDef ABORTED fill:#889, font-size:10px
    classDef INTERNAL_SUCCESS font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_FAILURE fill:#f44, font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_SKIPPED font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_ABORTED fill:#889, font-size:10px, stroke-dasharray: 2, 1
    
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment