Docker image pull error #1105
diyadalal15
started this conversation in
General
Replies: 1 comment
-
|
I can't reproduce, so this is definitely something environmental or infra-related (not an image issue): $ docker pull python:3.12-slim-bookworm
3.12-slim-bookworm: Pulling from library/python
c02d17997ce3: Already exists
249775a55ac8: Pull complete
a6608f38bf8f: Pull complete
08a6925e2259: Pull complete
Digest: sha256:4a3ceab05b4e396df42a042415e43a286bb5793352b9258f889d6c7d38ed01fb
Status: Downloaded newer image for python:3.12-slim-bookworm
docker.io/library/python:3.12-slim-bookworm |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Docker Desktop consistently fails to pull images from Docker Hub with a "short read: expected X bytes but got Y: unexpected EOF" error. This occurs across multiple image pulls and persists after attempting all standard troubleshooting steps.
Steps to reproduce
docker compose buildordocker pull python:3.12-slim-bookwormExpected behavior
Docker should successfully pull images from Docker Hub, even when behind a corporate proxy. The connection should handle network interruptions gracefully and retry automatically.
Actual behavior
Docker consistently fails to pull images with a "short read" error, indicating the connection is being interrupted or corrupted during the metadata download phase.
Environment
Error Message
Troubleshooting Steps Attempted
✅ Network/Proxy Configuration
127.0.0.1:9000✅ Docker Desktop Restart/Reset
docker system prune -af)docker builder prune -af)✅ Storage/Corruption Fixes
✅ Alternative Approaches
docker pull hello-world(same error pattern)✅ System Checks
docker infoworks)Additional Context
Network Environment:
http://127.0.0.1:9000/localproxy-*.pacError Pattern:
Questions:
Note: This issue is blocking all Docker operations that require pulling images from Docker Hub. All standard troubleshooting steps have been exhausted without resolution.
Beta Was this translation helpful? Give feedback.
All reactions