UNCLASSIFIED

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

Merge branch 'pkg-updates' into 'development'

dnf update added

See merge request !1
parents 52ef4581 6e0b25c8
Pipeline #20223 passed with stage
...@@ -7,6 +7,9 @@ ARG BASE_TAG=8.2 ...@@ -7,6 +7,9 @@ ARG BASE_TAG=8.2
FROM opensource/istio-1.5/citadel-1.5/citadel:1.5.4 AS base FROM opensource/istio-1.5/citadel-1.5/citadel:1.5.4 AS base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
COPY --from=base /usr/local/bin/istio_ca /usr/local/bin/istio_ca COPY --from=base /usr/local/bin/istio_ca /usr/local/bin/istio_ca
RUN dnf update -y && \
dnf clean all && \
rm -rf /var/cache/dnf/
############################################################### ###############################################################
# Provide label information # Provide label information
LABEL name="istio-citadel" \ LABEL name="istio-citadel" \
......
  • 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