docker-archive / migrator

Tool to migrate Docker images from Docker Hub or v1 registry to a v2 registry
Apache License 2.0
160 stars 82 forks source link

docker migrator work with public images? #98

Open Brett55 opened 7 years ago

Brett55 commented 7 years ago

Does the docker migrator work with public images, not under the users account?

mbentley commented 7 years ago

Not currently. I'd have to see if I can use the Docker Hub API to get the images and tags from another namespace. I'd expect so but currently it there is a check that verifies that it is in a namespace you own.

DI-DaveGoodine commented 5 years ago

We have an org with both public and private repos - the migrator was able to handled copying a public repo to AWS ECR.