Docker-node: No matching manifest for linux/amd64 in the manifest list entries

Created on 29 Mar 2018  路  5Comments  路  Source: nodejs/docker-node

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.

Most helpful comment

All 5 comments

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

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jtcmedia picture jtcmedia  路  5Comments

mtibben picture mtibben  路  3Comments

marciomsm picture marciomsm  路  4Comments

frankbaele picture frankbaele  路  3Comments

kmetsalu picture kmetsalu  路  5Comments