This was working yesterday morning, then something changed and I can no longer pull python:3.10.1 image:
$ docker pull docker.io/library/python:3.10.1
3.10.1: Pulling from library/python
no matching manifest for linux/amd64 in the manifest list entries
The strange thing is I can still pull python:3.10 latest with success. Anyone know what's going on here? I confirmed a couple of my coworkers also see this behavior.
EDIT: also btw a similar issue occurs running my Dockerfile with this:
FROM python:3.10.1
...
->
docker build -t tagg .
[+] Building 2.4s (3/3) FINISHED
=> [internal] load build definition from Dockerfile 0.3s
=> => transferring dockerfile: 37B 0.0s
=> [internal] load .dockerignore 0.5s
=> => transferring context: 2B 0.0s
=> ERROR [internal] load metadata for docker.io/library/python:3.10.1 1.6s
------
> [internal] load metadata for docker.io/library/python:3.10.1:
------
failed to solve with frontend dockerfile.v0: failed to create LLB definition: no match for platform in manifest sha256:2ec4011ae5f1297c728e1adeb85a9c0640a6b83f6d6b5fc029f254baa631292b: not found
make: *** [branch-build] Error 1