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.
6ec5aa9
b35229a
1 parent afc1a17 commit 59cc35eCopy full SHA for 59cc35e
Dockerfile
@@ -24,7 +24,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
24
25
# Use distroless as minimal base image to package the manager binary
26
# Refer to https://github.com/GoogleContainerTools/distroless for more details
27
-FROM gcr.io/distroless/static:nonroot@sha256:6ec5aa99dc335666e79dc64e4a6c8b89c33a543a1967f20d360922a80dd21f02
+FROM gcr.io/distroless/static:nonroot@sha256:b35229a3a6398fe8f86138c74c611e386f128c20378354fc5442811700d5600d
28
WORKDIR /
29
COPY --from=builder /workspace/bin/manager .
30
USER 65532:65532
0 commit comments