Php: Can't run php:7.2-fpm-alpine

Created on 9 Jan 2018  路  6Comments  路  Source: docker-library/php

$ 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 ?

All 6 comments

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

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.

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

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

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!

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 https://github.com/docker-library/official-images/issues/3835 for more details about this problem.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

2Kable picture 2Kable  路  3Comments

cmath10 picture cmath10  路  3Comments

cordoval picture cordoval  路  3Comments

pavlakis picture pavlakis  路  3Comments

mikk150 picture mikk150  路  3Comments