nodejs / docker-node

Official Docker Image for Node.js :whale: :turtle: :rocket:
https://hub.docker.com/_/node/
MIT License
8.24k stars 1.97k forks source link

Node 20.9.0 images aren't available #1989

Closed pierceray closed 11 months ago

pierceray commented 11 months ago

Environment

Mac OS Sonoma - Apple M2 Max

Docker version 24.0.6, build ed223bc

v20.9.0

20.9.0 tags

20.9.0-bookworm, 20.9.0-bookworm-slim, 20.9, 20.9.0-bullseye, 20.9-alpine, etc.

Expected Behavior

Running docker pull node:20.9.0-bookworm will pull the node 20.9.0 bookworm image

Current Behavior

Docker Hub says the tags are available. https://hub.docker.com/_/node

$ docker pull node:20.9.0-bookworm                                                                                                                                                                                                                                                    
20.9.0-bookworm: Pulling from library/node
no matching manifest for linux/arm64/v8 in the manifest list entries

Possible Solution

It appears that the docker images haven't been uploaded, but the website has been updated saying that they have.

Steps to Reproduce

Run docker pull node:20.9.0-bookworm

Additional Information

Pulling the 20.8.1 images works

nschonni commented 11 months ago

https://github.com/nodejs/docker-node/pull/1987#issuecomment-1778486119