$ docker pull php:7.4.2
7.4.2: Pulling from library/php
no matching manifest for linux/amd64 in the manifest list entries
https://hub.docker.com/layers/php/library/php/7.4.1/images/sha256-f9743bf6a23d63431374f7cdbd911e3930c1bbdf970c043e1592d2d4b0e4929f
https://hub.docker.com/layers/php/library/php/7.4.2/images/sha256-c9da793359a4e24973efc7dacf8675e5e89b708e0f798cdbb8d91c783372f627
linux/amd64 is missing but all others seem to be ready which is odd.
I'm having the same issue wanting to pull php:7.4.2-fpm
linux/amd64 is still on 7.4.1 all others have been updated and tagged, from what I can see it doesn't look like the dockerbuildbot is still working on anything.
Having the same problem with php:7.4.2-apache-buster on MacOS, ubuntu 16.04 and debian 9.4. So it seems like it is not specifically related to mac.
Same issue with PHP 7.2 on Linux:
7.2.27-fpm: Pulling from library/php
no matching manifest for linux/amd64 in the manifest list entries
// cc @tianon
linux/amd64 is available now :tada:
I had the same issue few hours ago. Now it's updated correctly! 馃帀
We had an Alpine security update which clogged the build queue right before the PHP security update, which is the reason for the delay in the builds. 馃憤