We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91f498 commit 366845dCopy full SHA for 366845d
images/node-distroless/Dockerfile
@@ -1,6 +1,6 @@
1
-FROM node:22-alpine AS init
+FROM node:22-alpine@sha256:b64ced2e7cd0a4816699fe308ce6e8a08ccba463c757c00c14cd372e3d2c763e AS init
2
RUN apk add --no-cache dumb-init
3
4
-FROM gcr.io/distroless/nodejs22:latest AS runtime
+FROM gcr.io/distroless/nodejs22:latest@sha256:c218f62198d07fc67e36fff5639985f29b1bdcf04a601c1d23c0ab1121f55f0b AS runtime
5
COPY --from=init /usr/bin/dumb-init /usr/bin/dumb-init
6
ENTRYPOINT [ "/usr/bin/dumb-init", "--", "/nodejs/bin/node" ]
0 commit comments