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): |
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