Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Node image tags point to outdated versions #1755

Closed
colatkinson opened this issue Feb 12, 2025 · 2 comments · Fixed by #1756
Closed

Node image tags point to outdated versions #1755

colatkinson opened this issue Feb 12, 2025 · 2 comments · Fixed by #1756

Comments

@colatkinson
Copy link

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

@loosebazooka
Copy link
Member

interesting, this might have to do with: #1738 . lemme take a look

@loosebazooka
Copy link
Member

loosebazooka commented Feb 12, 2025

Thanks for reporting this! We've pushed a fix, please let me know if you are still experiencing issues with tags.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants