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

Can't run php:7.2-fpm-alpine #559

Closed
cacahouwete opened this issue Jan 9, 2018 · 6 comments
Closed

Can't run php:7.2-fpm-alpine #559

cacahouwete opened this issue Jan 9, 2018 · 6 comments

Comments

@cacahouwete
Copy link

cacahouwete commented Jan 9, 2018

$ uname -a
Linux pcAlexandreVinet 4.10.0-42-generic #46~16.04.1-Ubuntu SMP Mon Dec 4 15:57:59 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

$ docker run --rm -ti php:7.2-fpm-alpine sh
Unable to find image 'php:7.2-fpm-alpine' locally
7.2-fpm-alpine: Pulling from library/php
docker: no matching manifest for linux/amd64 in the manifest list entries.

I can't run the image, do you have any idea why ?

@ottaviano
Copy link

nop, but it works for me with 7.2-fpm-alpine3.7

@frankdejonge
Copy link

Seems this problem was the effect of something that happened in the last 24 hours. It worked yesterday but today it's missing the manifest.

@mykiwi
Copy link
Contributor

mykiwi commented Jan 9, 2018

@ottaviano Yes, because it's not the same image. Here it's php:7.2-fpm-alpine3.6 == php:7.2-fpm-alpine

@frankdejonge
Copy link

@mykiwi that's correct, but how does that relate to this issue?

@adamquaile
Copy link

Just to clarify, I'm getting the same error running docker run --rm -ti php:7.2-fpm-alpine3.6 sh but docker run --rm -ti php:7.2-fpm-alpine3.7 sh is working.

So it doesn't seem to be just that the image has gone, but now something's missing. I'm guessing recent changes have broken something but it'll probably start working again soon. Fingers crossed!

@tianon
Copy link
Member

tianon commented Jan 9, 2018

Looks like the build failed: https://doi-janky.infosiftr.net/job/multiarch/job/amd64/job/php/14/console

I've kicked it off again. See docker-library/official-images#3835 for more details about this problem.

@tianon tianon closed this as completed Jan 9, 2018
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

6 participants