Reputation: 4251
I am having trouble pulling docker images from our on-site proget server. This had been working, but I've been away from it for about 2 months.
I run: docker pull proget/docker/myimage
A few layers complete (pull complete), but the biggest gives 'expected HTTP 206 from byte range request'.
This happens with several images. How can I tell what this layer is? Maybe I can get it from the public server.
I am running Linux containers on a Windows 10 box.
PS H:\> docker --version
Docker version 20.10.7, build f0df350
Here is the output of my docker pull command:
Using default tag: latest
latest: Pulling from docker/myimage
d519e2592276: Already exists
d22d2dfcfa9c: Already exists
b3afe92c540b: Already exists
9abe5f2bbd53: Already exists
65becf0a3765: Already exists
9c36e7f174ec: Retrying in 1 second
9475aaec4d08: Download complete
6500e30cdfd9: Download complete
expected HTTP 206 from byte range request
I am using ProGet Version 5.3.18 (Build 14), and I am not behind a proxy.
Upvotes: 6
Views: 2399