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 9fb4ce2 commit 1a3d71bCopy full SHA for 1a3d71b
Dockerfile
@@ -30,7 +30,7 @@ RUN ["./kube-bootstrap-token-manager", "--help"]
30
#############################################
31
# Final
32
33
-FROM gcr.io/distroless/static
+FROM gcr.io/distroless/static AS final-static
34
ENV LOG_JSON=1
35
WORKDIR /
36
COPY --from=test /app .
0 commit comments