UNCLASSIFIED

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

Update and upgrade for dnf

parent 54bb57af
Pipeline #20438 passed with stage
...@@ -23,8 +23,10 @@ RUN tar -xzf istioctl-1.5.4-linux.tar.gz && \ ...@@ -23,8 +23,10 @@ RUN tar -xzf istioctl-1.5.4-linux.tar.gz && \
cp -f istioctl /usr/local/bin && \ cp -f istioctl /usr/local/bin && \
chmod +x /usr/local/bin/istioctl && \ chmod +x /usr/local/bin/istioctl && \
chown 1000:1000 /usr/local/bin/istioctl && \ chown 1000:1000 /usr/local/bin/istioctl && \
rm -f istioctl-1.5.4-linux.tar.gz && \ rm -f istioctl-1.5.4-linux.tar.gz
dnf update -y && \
RUN dnf update -y && \
dnf upgrade -y && \
dnf clean all && \ dnf clean all && \
rm -rf /var/cache/dnf/ rm -rf /var/cache/dnf/
############################################################### ###############################################################
......
  • 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