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 matching manifest for linux/amd64 in the manifest list entries #239

Closed
chuegel opened this issue Sep 21, 2017 · 12 comments
Closed

no matching manifest for linux/amd64 in the manifest list entries #239

chuegel opened this issue Sep 21, 2017 · 12 comments

Comments

@chuegel
Copy link

chuegel commented Sep 21, 2017

Trying to pull latest image either with docker compose up -d and

# Dockerfile with SSL activated

FROM wordpress
ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update && \
    apt-get dist-upgrade -y  --no-install-recommends -o Dpkg::Options::="--force-confold"   && \
    apt-get install -y  --no-install-recommends ssl-cert apt-utils && \
    rm -r /var/lib/apt/lists/* && \
    a2enmod ssl && \
    a2ensite default-ssl

COPY ./tests/test.sh /test.sh
RUN chmod 755 /test.sh

EXPOSE 80
EXPOSE 443
ENV DEBIAN_FRONTEND teletype

or docker pull wordpressand get:

latest: Pulling from library/wordpress
no matching manifest for linux/amd64 in the manifest list entries
@qmachard
Copy link

Hi @huegelc, I have the same problem, if I fix it easily I say you !

@tianon
Copy link
Member

tianon commented Sep 21, 2017

@tianon
Copy link
Member

tianon commented Sep 21, 2017

Also, docker-library/oi-janky-groovy@b639001 which should help with this problem in the future.

@tianon
Copy link
Member

tianon commented Sep 21, 2017

I've also gone and triggered a build of amd64/wordpress right now.

@chuegel
Copy link
Author

chuegel commented Sep 21, 2017

👍 can confirm it works again

@tianon
Copy link
Member

tianon commented Dec 21, 2017

I've filed docker-library/official-images#3835 in order to have a central place to track this problem globally more directly. 👍 ❤️

@jawadrehman
Copy link

getting the same error
php7.1-apache: Pulling from library/wordpress
no matching manifest for linux/amd64 in the manifest list entries

@jeroenhe
Copy link

jeroenhe commented Jan 18, 2018

In can confirm this error is present (again):

docker pull wordpress:4-php5.6-apache
4-php5.6-apache: Pulling from library/wordpress
no matching manifest for linux/amd64 in the manifest list entries

docker --version
Docker version 18.01.0-ce, build 03596f5

uname -a
Linux HOSTNAME 4.4.0-109-generic #132-Ubuntu SMP Tue Jan 9 19:52:39 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

@tianon
Copy link
Member

tianon commented Jan 18, 2018

@jawadrehman yes, please stop posting it everywhere and actually read the contents of docker-library/official-images#3835 instead -- it's building, and will be available soon

@jeroenhe
Copy link

@tianon This is the first time and place I'm posting this, so I'm not sure what you mean by "stop posting it everywhere", but I've read the thread and I'll await the build. Thank you for your reply though.

@tianon
Copy link
Member

tianon commented Jan 18, 2018

Sorry, posted a little too fast -- that part of the comment was intended for @jawadrehman who has cross-posed; my apologies.

Feel free to track https://doi-janky.infosiftr.net/job/multiarch/job/amd64/job/wordpress/ for build availability.

@jawadrehman
Copy link

jawadrehman commented Jan 18, 2018 via email

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

5 participants