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.
42d15c6
26f9b99
1 parent 0a50682 commit 633019dCopy full SHA for 633019d
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:42d15c647a762d3ce3a67eab394220f5268915d6ddba9006871e16e4698c3a24
+FROM gcr.io/distroless/static:nonroot@sha256:26f9b99f2463f55f20db19feb4d96eb88b056e0f1be7016bb9296a464a89d772
28
WORKDIR /
29
COPY --from=builder /workspace/bin/manager .
30
USER 65532:65532
0 commit comments