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

Support forced pagination at target repository for retrieving the lis… #97

Closed madmuffin1 closed 8 years ago

madmuffin1 commented 8 years ago

…t of existing tags (like ECR). Fixes docker/migrator#96

madmuffin1 commented 8 years ago

do not merge, grep inside the container does not support PCRE.

madmuffin1 commented 8 years ago

Updated to not require PCRE.

madmuffin1 commented 8 years ago

I re-started our migration to ECR this morning and it has been running successfully since and it also successfully skipped all tags that existed at the target. I am migrating ~ 7000 tags and filtering the first 100 really wasn't helping.

mbentley commented 8 years ago

Good enough for me :) Thanks!