Wordpress: no matching manifest for linux/amd64 in the manifest list entries

Created on 18 Jan 2018  路  5Comments  路  Source: docker-library/wordpress

When running docker pull wordpress or docker pull wordpress:latest, or really any currently tagged version, I get an the error in the title.

% docker pull wordpress                                      
Using default tag: latest
latest: Pulling from library/wordpress
no matching manifest for linux/amd64 in the manifest list entries
%

Seems similar to #239

Most helpful comment

https://github.com/docker-library/repo-info/tree/master/repos/wordpress/remote :wink:

(use either an explicit three-part version tag like wordpress:4.9.1 or grab a sha256 digest from that directory or the history of the files there)

All 5 comments

Was just about to open this same issue.

@tianon Very interesting. Is there any workaround I could do right now to get around this issue - even if it means using a previous verison?

https://github.com/docker-library/repo-info/tree/master/repos/wordpress/remote :wink:

(use either an explicit three-part version tag like wordpress:4.9.1 or grab a sha256 digest from that directory or the history of the files there)

You rock! Thanks for the super fast reply too.

@tianon Your answer is very nice.And it works for me

Was this page helpful?
0 / 5 - 0 ratings