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 more arm image for 10-alpine #1004

Closed
StefanSchoof opened this issue Mar 1, 2019 · 3 comments
Closed

No more arm image for 10-alpine #1004

StefanSchoof opened this issue Mar 1, 2019 · 3 comments

Comments

@StefanSchoof
Copy link

The node:10-alpine is since tonight has no arm variant. This is breaking my build.

$ DOCKER_CLI_EXPERIMENTAL="enabled" docker manifest inspect node:10-alpine                                                   {
   "schemaVersion": 2,
   "mediaType": "application/vnd.docker.distribution.manifest.list.v2+json",
   "manifests": [
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 951,
         "digest": "sha256:6d999a2ea445eaae88c73432ce0f6fbfd86efb6e60b3cd0a77436059a9616bab",
         "platform": {
            "architecture": "amd64",
            "os": "linux"
         }
      }   
   ]                   
}
@nschonni
Copy link
Member

nschonni commented Mar 1, 2019

It's listed in the architectures so it's likely something local
https://github.com/docker-library/official-images/blob/master/library/node#L91-L92

@StefanSchoof
Copy link
Author

I tried the command manifest on four hosts and got always only the amd64 version. Have your tried to run the command and got more platform.

@StefanSchoof
Copy link
Author

Okay I think this is caused by docker-library/official-images#3835

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