Merge pull request #5939 from ywk253100/230228_distroless

Switch the base image to distroless/base-nossl-debian11 to reduce the CVE triage efforts
This commit is contained in:
Daniel Jiang
2023-03-06 10:12:40 +08:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1 -1
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>"
+1
View File
@@ -0,0 +1 @@
Switch the base image to distroless/base-nossl-debian11 to reduce the CVE triage efforts