GoogleContainerTools / distroless

🥑 Language focused docker images, minus the operating system.
Apache License 2.0
18.91k stars 1.16k forks source link

nodejs18:latest is still running 18.16.1 #1363

Closed ghost closed 1 year ago

ghost commented 1 year ago

Describe the bug The gcr.io/distroless/nodejs18-debian11:latest image is still running v18.16.1 event though PR: https://github.com/GoogleContainerTools/distroless/pull/1357 was merged several days ago. Checking the nodejs20 image and it has the correct version v20.5.0, from this PR: https://github.com/GoogleContainerTools/distroless/pull/1361 merged at the same time as the node18 PR.

To Reproduce

  1. docker run --pull=always -it gcr.io/distroless/nodejs18-debian11:latest
  2. view node.js output

Expected behavior The latest node18 image should be running v18.17.0

Console Output

Screenshot 2023-07-26 at 10 12 28 AM

*EDITED: To show same problem exists with new tags 🙄

loosebazooka commented 1 year ago

https://github.com/GoogleContainerTools/distroless/issues/1324#issuecomment-1608061953

ghost commented 1 year ago

Why did you close this with no explanation? Here is a screenshot showing the same problem with the new tags. Please re-open.

Screenshot 2023-07-26 at 10 12 28 AM