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

Ability to start from a certain image #88

Closed TanmayaAPYL closed 6 years ago

TanmayaAPYL commented 8 years ago

When moving thousands of images, you don't always want to retry from start. Is it possible to add this feature?

jdnurmi commented 7 years ago

Same want, and it would be nice to be able to 'shard' as well - when doing what is effectively S3->disk->S3 transfers, being bound by serial disk IO hurts a lot.

mbentley commented 7 years ago

My apologies for the lack of a reply; this is something I'm interested in adding when I have the time unless someone else gets to it first.

madmuffin1 commented 6 years ago

since #91 and more enhanced in #97 and #111 you can have the process query the target for existing tags and skip them.

TanmayaAPYL commented 6 years ago

Looks great. Thanks! 👍