UNCLASSIFIED

Commit 93108275 authored by sean.melissari's avatar sean.melissari
Browse files

Merge branch 'fix-vuln' into 'development'

remove docs

See merge request !2
parents b8bda565 5cb5e358
Pipeline #24692 failed with stage
......@@ -29,9 +29,10 @@ RUN groupadd -g 1000 clair && \
useradd -r -u 1000 -m -s /sbin/nologin -g clair clair && \
mkdir /etc/clair && \
dnf upgrade -y && \
dnf install -y git xz && \
dnf install --nodocs -y git xz && \
dnf clean all && \
rm -rf /var/cache/dnf
rm -rf /var/cache/dnf && \
chmod -s /usr/libexec/openssh/ssh-keysign
COPY --from=base /clair /clair
COPY --from=base /usr/bin/dumb-init /usr/bin/dumb-init
......
  • Pipeline Status: FAILURE
    FAILURE Stage: S3 Artifacts
    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
    
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