On 01/03/16 16:04, Mohammed Zeeshan wrote:
Hi,
I just got off a half hour discussion with the pulp guys for the CentOS Container Pipeline registry story.
- docker save x.tar produces a v1 tarball and not a v2 tarball
- This tarball doesnt contain metadata such as tags and so on.
- docker pull from docker 1.6 assumes the registry being pulled from is a v2 registry
- v1 registry has been depricated.
- Currently, the only way to get a v2 repo into pulp or any other registry is to first push it to docker registry and then sync our registry to it.
we already do this, since the builder uses its own local registry
what does 'sync to our registry' involve ?