docker-library / python

Docker Official Image packaging for Python

Home Page:https://www.python.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error EOF when pulling python image

jean-humann opened this issue · comments

When trying to pull docker image for python 3.11 with command, I have an error

$ docker pull python:3.11
Error response from daemon: Head "https://registry-1.docker.io/v2/library/python/manifests/3.11": EOF

When doing it for python 3.10, it's working fine. Its blocking some CI of mine

$ docker pull python:3.10
3.10: Pulling from library/python
8024d4fb53b2: Already exists
3d826ee8aa65: Already exists
198068495d09: Already exists
509db9a897ae: Pull complete
8fd6b529c225: Pull complete
2da601948a2b: Pull complete
11e039849d72: Pull complete
e69e22b41216: Pull complete
Digest: sha256:eac7369136625549bc3f7461fe072b1030f538ea20d6291e9b56896d6a40559c
Status: Downloaded newer image for python:3.10
docker.io/library/python:3.10

For more insight, pulling python 3.11.6 is working but not 3.11

$ docker pull python:3.11.6
3.11.6: Pulling from library/python
8024d4fb53b2: Already exists
3d826ee8aa65: Already exists
198068495d09: Already exists
509db9a897ae: Already exists
8fd6b529c225: Already exists
50a0198db0ef: Pull complete
8c2b63427e28: Pull complete
78bf8f2a027c: Pull complete
Digest: sha256:9e00960bde4d9aafdcbf2f0fc5b31b15e1824fc795fd9b472717d085b59cf07b
Status: Downloaded newer image for python:3.11.6
docker.io/library/python:3.11.6

Seems related to issue with Docker Hub Registry happening today

Screenshot 2023-11-11 at 17 38 29