UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit 238755ee authored by Casey Spicer's avatar Casey Spicer
Browse files

removed severity yum flags per feedback

parent 4098acc5
Pipeline #8168 passed with stage
...@@ -19,7 +19,7 @@ COPY LICENSE /licenses ...@@ -19,7 +19,7 @@ COPY LICENSE /licenses
RUN INSTALL_PKGS="java-1.8.0-openjdk ruby unzip" && \ RUN INSTALL_PKGS="java-1.8.0-openjdk ruby unzip" && \
yum clean metadata && \ yum clean metadata && \
yum -y update-minimal --setopt=tsflags=nodocs \ yum -y update-minimal --setopt=tsflags=nodocs \
--security --sec-severity=Important --sec-severity=Critical && \ --security && \
yum -y install --setopt=tsflags=nodocs ${INSTALL_PKGS} && \ yum -y install --setopt=tsflags=nodocs ${INSTALL_PKGS} && \
yum -y -v clean all && \ yum -y -v clean all && \
[ ! -d /var/cache/yum ] || rm -rf /var/cache/yum [ ! -d /var/cache/yum ] || rm -rf /var/cache/yum
......
  • Pipeline Status: SUCCESS
    Branch: ubi8-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