We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" } } ] }
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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.
Okay I think this is caused by docker-library/official-images#3835
No branches or pull requests
The node:10-alpine is since tonight has no arm variant. This is breaking my build.
The text was updated successfully, but these errors were encountered: