StefanScherer / dockerfiles-windows

Various Dockerfiles for Windows Containers
MIT License
1.11k stars 396 forks source link

stefanscherer/registry-windows:Latest #387

Closed KooshkakiH closed 5 years ago

KooshkakiH commented 5 years ago

Hi I create private registry with stefanscherer/registry-windows:latest in win server 2019(1809) and I have problem when i pushing my images from win 10(1809) to win server 2019(1809) private registry but i get below error:

docker push ipaddress:5000/helll The push refers to repository [192.168.7.62:5000/helll] a473df95cad9: Layer already exists 357cbc056c45: Layer already exists 75ddd2c5f09c: Skipped foreign layer 37c182b75172: Skipped foreign layer received unexpected HTTP status: 500 Internal Server Error

crossan007 commented 5 years ago

I get the same error. It does not happen on the last version

StefanScherer commented 5 years ago

I'll have a look into it. I have to admit that I haven't tried it recently, I only rebuilt the image with new releases of the distribution repository.

StefanScherer commented 5 years ago

I can reproduce the http 500 error. I try to rebuild the image with v2.6.2 also for 1809 with https://github.com/StefanScherer/dockerfiles-windows/pull/388 Will try the 1809 image variant afterwards.

StefanScherer commented 5 years ago

ok, 2.6.2 works fine, not the image has a 1809 variant. The 2.6.2 is also the latest tag.