You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Node was bumped to 20.18.3 and 22.14.0 in #1754. However, the tags seem to not have been updated properly.
To Reproduce
Pull a tag for the nodejs20-debian12 or nodejs22-debian12 images and start a container. The node version will be incorrect. See "Console Output" below.
Interestingly the images themselves seem to have been pushed, just the tags weren't updated. I looked in the registry for recently-updated blobs, and the new node layers themselves seem to be present, e.g.
$ docker run --rm -it gcr.io/distroless/nodejs20-debian12@sha256:312467e30f24f3585f9663e3ddfabe0639b3f6133f3187e0f929891015d8c591 --version
v20.18.3
Expected behavior
Image tags should point to the latest
Console Output
$ docker pull gcr.io/distroless/nodejs22-debian12:debug-nonroot
debug-nonroot: Pulling from distroless/nodejs22-debian12
...
Digest: sha256:9c91c8118db2d01b4c4392486ec2f0c5b170743f44d7266b58fb0ff2bac685cd
Status: Downloaded newer image for gcr.io/distroless/nodejs22-debian12:debug-nonroot
gcr.io/distroless/nodejs22-debian12:debug-nonroot
$ docker run --rm -it gcr.io/distroless/nodejs22-debian12:debug-nonroot --version
v22.13.1
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
Node was bumped to 20.18.3 and 22.14.0 in #1754. However, the tags seem to not have been updated properly.
To Reproduce
Pull a tag for the
nodejs20-debian12
ornodejs22-debian12
images and start a container. The node version will be incorrect. See "Console Output" below.Interestingly the images themselves seem to have been pushed, just the tags weren't updated. I looked in the registry for recently-updated blobs, and the new node layers themselves seem to be present, e.g.
Expected behavior
Image tags should point to the latest
Console Output
$ docker pull gcr.io/distroless/nodejs22-debian12:debug-nonroot debug-nonroot: Pulling from distroless/nodejs22-debian12 ... Digest: sha256:9c91c8118db2d01b4c4392486ec2f0c5b170743f44d7266b58fb0ff2bac685cd Status: Downloaded newer image for gcr.io/distroless/nodejs22-debian12:debug-nonroot gcr.io/distroless/nodejs22-debian12:debug-nonroot $ docker run --rm -it gcr.io/distroless/nodejs22-debian12:debug-nonroot --version v22.13.1
Additional context
N/A
The text was updated successfully, but these errors were encountered: