I get the following error when pulling node:
Unable to find image 'node:9.10.0-alpine' locally
9.10.0-alpine: Pulling from library/node
docker: no matching manifest for linux/amd64 in the manifest list entries.
I tried with 8 and 9, same result. I think it's linked to recent release, but I feel like this may be improved somehow as the problem persists for at least 30min now.
Linked to https://github.com/nodejs/docker-node/issues/539 I think.
I'm seeing this on basically everything:
$ docker pull node
Using default tag: latest
latest: Pulling from library/node
no matching manifest for linux/amd64 in the manifest list entries
$ docker pull node:9
9: Pulling from library/node
no matching manifest for linux/amd64 in the manifest list entries
$ docker pull node:9.10
9.10: Pulling from library/node
no matching manifest for linux/amd64 in the manifest list entries
$ docker pull node:latest
latest: Pulling from library/node
no matching manifest for linux/amd64 in the manifest list entries
$ docker pull node:latest
latest: Pulling from library/node
no matching manifest for linux/amd64 in the manifest list entries
$ docker pull node:alpine
alpine: Pulling from library/node
no matching manifest for linux/amd64 in the manifest list entries
$ docker pull node:8
8: Pulling from library/node
no matching manifest for linux/amd64 in the manifest list entries
$ docker pull node:6
6: Pulling from library/node
no matching manifest for linux/amd64 in the manifest list entries
This is an instance of the issue described in https://github.com/docker-library/official-images/issues/3835.
See https://doi-janky.infosiftr.net/job/multiarch/job/amd64/job/node/76/console for the current amd64 build progress.
Okay, thanks for your fast answer :) . I suggest we keep this issue open until the build is finished so it's easy to find for other people currently having the problem, and then we close it when the build ends.
It may be helpful in these circumstances if "Add timestamps to the Console Output" were turned on in the configure section of the build on jenkins.
It should be fine now.
Most helpful comment
This is an instance of the issue described in https://github.com/docker-library/official-images/issues/3835.
See https://doi-janky.infosiftr.net/job/multiarch/job/amd64/job/node/76/console for the current
amd64build progress.