I pull the microsoft/windowsservercore
image on windows server 2016, and want to push it to harbor
private registry, but encounter an error as following:
The push refers to a repository [docker.myprivate.com/testdev/windowsservercore]
799747118005: Skipped foreign layer
f358be10862c: Skipped foreign layer
errors:
manifest blob unknown: blob unknown to registry
manifest blob unknown: blob unknown to registry
and I used the registry:2
to build a private registry, when push a windows image to it, it will get the same error.
Is there any third-part private registry for windows native docker?
Docker Hub works well with Windows images, and supports private repos.
You can also use the open source Docker registry to store Windows images: https://hub.docker.com/_/registry/