We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ccb3db commit 95525d9Copy full SHA for 95525d9
Dockerfile
@@ -1,6 +1,6 @@
1
# Use distroless as minimal base image to package the manager binary
2
# Refer to https://github.com/GoogleContainerTools/distroless for more details
3
-FROM gcr.io/distroless/static:nonroot@sha256:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0
+FROM gcr.io/distroless/static:nonroot@sha256:f9f84bd968430d7d35e8e6d55c40efb0b980829ec42920a49e60e65eac0d83fc
4
ARG TARGETARCH
5
WORKDIR /
6
COPY bin/manager-linux.${TARGETARCH} /manager
0 commit comments