Docker pulls fail with EOF from Docker Hub (and some Quay images), while other registries work normally #2577
MickeyLu-ai
started this conversation in
General
Replies: 0 comments
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.
-
Hi,
I'm trying to determine whether this is an OrbStack issue, a networking issue, or something related to my environment.
Environment
Problem
Docker can communicate with the daemon normally, but pulling many images fails with EOF.
Examples:
returns
or
The same happens with:
What works
Microsoft Container Registry works:
Both succeed.
Quay partially works.
This succeeds:
But another image from the same registry fails:
with EOF while downloading blobs.
This makes me think the issue is not Docker Hub-specific.
Network tests
DNS works:
Both resolve correctly.
Authentication works:
returns a valid JWT token.
TLS also works:
returns the expected
with proper TLS handshake.
Docker information
shows:
Docker daemon is running normally.
Additional information
This Mac was migrated from an older Mac using Apple's Migration Assistant.
Cisco Secure Client is installed because I need it for work.
However:
So the problem is reproducible without an active VPN connection.
Question
Since DNS, TLS and authentication all work correctly, could OrbStack's internal proxy (proxy.orb.internal) be aborting some registry downloads?
Or is there any known interaction between OrbStack networking and Apple's Network Extension / Cisco Secure Client Socket Filter that could produce EOF during registry blob downloads?
I'd appreciate any suggestions on where to investigate next.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions