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.
d71f4b2
6ec5aa9
1 parent 1003c13 commit 0a1e471Copy full SHA for 0a1e471
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:d71f4b239be2d412017b798a0a401c44c3049a3ca454838473a4c32ed076bfea
+FROM gcr.io/distroless/static:nonroot@sha256:6ec5aa99dc335666e79dc64e4a6c8b89c33a543a1967f20d360922a80dd21f02
28
WORKDIR /
29
COPY --from=builder /workspace/bin/manager .
30
USER 65532:65532
0 commit comments