We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4aa906 commit 5881498Copy full SHA for 5881498
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:c0f429e16b13e583da7e5a6ec20dd656d325d88e6819cafe0adb0828976529dc
+FROM gcr.io/distroless/static:nonroot@sha256:188ddfb9e497f861177352057cb21913d840ecae6c843d39e00d44fa64daa51c
4
ARG TARGETARCH
5
WORKDIR /
6
COPY bin/manager-linux.${TARGETARCH} /manager
0 commit comments