Unexpected EOF when pulling base image

Hi All,

I am hoping someone can shed some light on the issue at hand. I am currently trying to pull a windows base image which results in the following error: unexpected eof. Interesting thing here, is that if I switch to linux containers and try to download the same base image it will work.

Current Behaviour:
2.2-sdk: Pulling from microsoft/dotnet
407ada6e90de: Already exists
59774a31bc8e: Downloading [==================================================>] 52.19MB/52.19MB
c1626e796629: Download complete
2b8849e4082b: Download complete
fb183c84c554: Download complete
889fca911087: Download complete
58d268652157: Download complete
2fb11cc5c0db: Download complete
unexpected EOF

Client: Docker Engine - Community
Version: 18.09.0
API version: 1.39
Go version: go1.10.4
Git commit: 4d60db4
Built: Wed Nov 7 00:47:51 2018
OS/Arch: windows/amd64
Experimental: false

Server: Docker Engine - Community
Engine:
Version: 18.09.0
API version: 1.39 (minimum version 1.24)
Go version: go1.10.4
Git commit: 4d60db4
Built: Wed Nov 7 00:56:41 2018
OS/Arch: windows/amd64
Experimental: false

Steps to reproduce
docker pull microsoft/dotnet:2.2-sdk

Hi @jimbean, were you able to fix this issue?

1 Like

I am facing the same issue. All the layers are downloaded and then error is thrown as “ERROR: unexpected EOF”

4050fe120662: Pull complete
99cf90078778: Pull complete
5b03228f5616: Pull complete
7968cf128606: Pull complete
cd87550bfc5f: Downloading [==================================================>] 1.577GB/1.577GB
c0ff36230355: Download complete
ERROR: unexpected EOF

Yes, I’m having the exact same issue as well. Can someone please help remediate?

Thanks
Sachin

We are facing the same issue
anyone managed to solve it?
$ docker pull my.host.com/cb-x-minimal:202107060000-kvrhvi4jrejovevoremcoew-master
202107060000-kvrhvi4jrejovevoremcoew-master: Pulling from cb-x-minimal
8a29a15cefae: Already exists
dfc6341ecad0: Downloading [==================================================>] 231.6MB/231.6MB
f9f83b962577: Downloading [==================================================>] 24.05MB/24.05MB
665240032881: Downloading [==================================================>] 162.3MB/162.3MB
f03af51d21e3: Downloading [==================================================>] 8.311MB/8.311MB
3e18e4de9fba: Downloading [==================================================>] 2.16kB/2.16kB
44288b5b72b3: Downloading [==================================================>] 27.21MB/27.21MB
4f8eea3a3cc5: Downloading [==================================================>] 7.074kB/7.074kB
afc285e20d66: Download complete
e1e0b1455b45: Download complete
e56dcc9ad770: Download complete
5a9b2fec337f: Download complete
f3c1dae12c54: Download complete
923ce9fb7915: Download complete
c555a1e43511: Download complete
270701a17ebc: Download complete
unexpected EOF

the registry is running in docker on the same host
registry:2.6.2

i also encouter the same issue of unexpect eof , is quite annoying. i think there are a possible causes, one is network connection, the other is disk image malformed. :joy: so i suggest you check the 2 places , to find out where the problem is.