Merge pull request #5939 from ywk253100/230228_distroless

Switch the base image to distroless/base-nossl-debian11 to reduce the CVE triage efforts
pull/5954/head
Daniel Jiang 2023-03-06 10:12:40 +08:00 committed by GitHub
commit 0acc698ddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,7 @@ RUN mkdir -p /output/usr/bin && \
/go/src/github.com/vmware-tanzu/velero/hack/build-restic.sh
# Velero image packing section
FROM gcr.io/distroless/base-debian11@sha256:99133cb0878bb1f84d1753957c6fd4b84f006f2798535de22ebf7ba170bbf434
FROM gcr.io/distroless/base-nossl-debian11:nonroot
LABEL maintainer="Nolan Brubaker <brubakern@vmware.com>"

View File

@ -0,0 +1 @@
Switch the base image to distroless/base-nossl-debian11 to reduce the CVE triage efforts