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

no matching manifest for linux/amd64 in the manifest list entries #39

Closed
computermouth opened this issue Nov 3, 2017 · 1 comment
Closed

Comments

@computermouth
Copy link

$ docker pull arm32v7/hello-world
Using default tag: latest
latest: Pulling from arm32v7/hello-world
no matching manifest for linux/amd64 in the manifest list entries

Trying to pull the hello-world image for arm for the first time. I'm able to pull other arm containers just fine, seems specifically like a problem with this one.

@tianon
Copy link
Member

tianon commented Nov 3, 2017

This is because hello-world:latest is a manifest list -- the image you're looking for if you want the arm32v7/hello-world image on a non-ARM platform would be arm32v7/hello-world:linux. 👍

(See "Shared Tags" vs "Simple Tags" in the image description: https://hub.docker.com/r/arm32v7/hello-world/)

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

3 participants