You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to base my image on php:8.0.0RC5-cli-alpine, it fails when building:
#3 [internal] load metadata for docker.io/library/php:8.0.0RC5-cli-alpine
#3 ERROR: failed to copy: httpReaderSeeker: failed open: could not fetch content descriptor sha256:133e3779a83d11e84e1c4beda5ee7d5a95aa8c4cbadcd6d2a53b95ee1d4278b5 (application/vnd.docker.distribution.manifest.v1+json) from remote: not found
Interestingly, it works when I use php:rc-cli-alpine.
Someone more proficient in Docker told me on the community Slack:
Hi Ondřej Mirtes yes looks like they have used the wrong manifest for linux/amd64:
Looks like this was another unfortunate instance of docker-library/golang#269 -- however, in this case it's an actively supported tag, so I've gone and re-pushed the built artifact (which appears to have fixed amd64/php:8.0.0RC5-cli-alpine properly), and re-triggered the manifest list which appears to have updated library/php:8.0.0RC5-cli-alpine properly too.
When I try to base my image on
php:8.0.0RC5-cli-alpine
, it fails when building:Interestingly, it works when I use
php:rc-cli-alpine
.Someone more proficient in Docker told me on the community Slack:
The text was updated successfully, but these errors were encountered: