UNCLASSIFIED

Commit 18a0d8c6 authored by sean.melissari's avatar sean.melissari
Browse files

Merge branch 'port-update' into 'development'

adding ports 80 and 443

See merge request !2
parents c94bb13c a9681f07
Pipeline #22467 failed 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: FAILURE
    FAILURE Stage: Build
    Branch: development

    graph LR
      0([setup]):::INTERNAL_SUCCESS --> 1([Import Artifacts]):::SUCCESS --> 2((/)):::INTERNAL_SUCCESS --> 3([Stage Artifacts]):::SUCCESS --> 4((/)):::INTERNAL_SUCCESS --> 5([Build]):::FAILURE --> 6([Publish, Scan & Report]):::INTERNAL_FAILURE
    
    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
    

    Error Log:

    + buildah bud --tls-verify=false --format=docker --loglevel=3 --storage-driver=vfs --build-arg BASE_REGISTRY=**** --build-arg BASE_IMAGE=redhat/ubi/ubi8 --build-arg BASE_TAG=8.2 -t ****/opensource/istio-1.5/pilot-1.5:1.5.4-development --label dccscr.git.commit.id=18a0d8c693fa1915304a657d40e09269df50daba --label dccscr.git.commit.url=https://dccscr.dsop.io/dsop/opensource/istio-1.5/pilot-1.5/tree/18a0d8c693fa1915304a657d40e09269df50daba --label dccscr.git.url=https://repo1.dsop.io/dsop/opensource/istio-1.5/pilot-1.5.git --label dccscr.git.branch=development --label dccscr.image.version=1.5.4 --label 'dccscr.image.build.date=Fri Jun 12 15:48:45 UTC 2020
    ' --label dccscr.image.build.id=2 --label dccscr.image.name=pilot-1.5 --label dccscr.ironbank.approval.status=approved --label dccscr.ironbank.approval.url=TBD --label dccscr.ironbank.url=TBD --label dcar_status=approved .
    STEP 1: FROM opensource/istio/pilot/pilot:1.5.4 AS base
    Getting image source signatures
    Copying blob sha256:42a3027eaac150d2b8f516100921f4bd83b3dbc20bfe64124f686c072b49c602
    Copying blob sha256:84ff92691f909a05b224e1c56abb4864f01b4f8e3c854e4bb4c7baf1d3f6d652
    Copying blob sha256:1a1d7f5ea123f4aa3c6cbf2c03215ec51162f6640e0427a038c2141be3881f07
    Copying blob sha256:62f164cadd110e257c7313a669686cd75043875f9d2d781e15d854a096d81d06
    Copying config sha256:2bfe6e04aaf81e625c51729e2fc0f58ee134964638b8bab03f023bae16e7866a
    Writing manifest to image destination
    Storing signatures
    2bfe6e04aaf81e625c51729e2fc0f58ee134964638b8bab03f023bae16e7866a
    STEP 2: FROM ****/redhat/ubi/ubi8:8.2
    Getting image source signatures
    Copying blob sha256:4de5e9cf697197394aac1fa4fb9b9daa78afbdb8d510c3e5c5dcd97d5ebb8df9
    Copying blob sha256:22ecaec21abce51712db66b6557fa07a8ab353127d0a4919a318fe64d27ddfe1
    Copying blob sha256:0bcdd34a1e779618b65ebc2705f14de6c4d8383ddc004dfe62f3ee319bfceb3e
    Copying config sha256:57b604d6857d0beda15d421050b0ef762befd89104a6f7f58bdcc5ee844176e2
    Writing manifest to image destination
    Storing signatures
    level=error msg="Error while applying layer: ApplyLayer io: read/write on closed pipe stdout: {\"layerSize\":204288066}\n stderr: "
    error creating build container: Error committing the finished image: error adding layer with blob "sha256:4de5e9cf697197394aac1fa4fb9b9daa78afbdb8d510c3e5c5dcd97d5ebb8df9": ApplyLayer io: read/write on closed pipe stdout: {"layerSize":204288066}
     stderr: 
    script returned exit code 1
  • Pipeline Status: ABORTED
    ABORTED Stage: Anchore Scan
    Branch: development

    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_FAILURE
    
    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
    
  • Pipeline Status: SUCCESS
    Branch: development

    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