Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

error docker pull arm32v6/node #2169

Open
tomboul26 opened this issue Nov 22, 2024 · 2 comments
Open

error docker pull arm32v6/node #2169

tomboul26 opened this issue Nov 22, 2024 · 2 comments

Comments

@tomboul26
Copy link

Hello,
When i install arm32v6/node i have this error :

Error response from daemon: manifest for arm32v6/node:latest not found: manifest unknown: manifest unknown

@tomboul26
Copy link
Author

oups sorry, his project is desactived :
https://doi-janky.infosiftr.net/job/multiarch/job/arm32v6/job/node/

@yosifkit
Copy link
Contributor

https://doi-janky.infosiftr.net/job/multiarch/job/arm32v6/job/node/

Apologies, those jobs are no longer used for the builds as we have just finished migrating to a slightly different process. They are a bit more complex to follow but are now under https://doi-janky.infosiftr.net/job/meta/ (and our FAQ should be updated soonish to describe it).

https://github.com/docker-library/official-images/blob/6f7806fe7990db1dda7b2c9e51e079669c511148/library/node is the canonical source of which tags are supported on which architecture (and thus controls when we push to the arch-specific namespaces like arm32v6/ on Docker Hub).

arm32v6/node has never has a latest tag, but there are other tags that are updated there (only alpine based, since Debian only supports v7 and v5 of arm32)

The other problem you might hit is that the images in the arch-specific repos (like https://hub.docker.com/r/arm32v6/node) are now image indexes and so require you to specify the platform via the --platform flag if it is different from your OS arch (docker-library/python#933 (comment)):

$ docker pull --platform linux/arm/v6 arm32v6/node:22-alpine

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

No branches or pull requests

2 participants