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 ability to provide list of repos to migrate, Add ECR support to skip tags #112

Closed gcko closed 6 years ago

gcko commented 6 years ago

This Pull request adds the ability to to provide a list of repos that a user would like to migrate. In our case this was necessary because the search functionality was disabled on our V1 repo and we did not have access to enable it.

This PR also adds support to skip tags that have already been migrated to an ECR instance.

In addition there are some additions made for messaging which makes it easier for a user to know what will be migrated. There is also a minor change to a bash conditional to ensure that the comparison values will both be strings.

thaJeztah commented 6 years ago

ping @mbentley

mbentley commented 6 years ago

Thanks @thaJeztah - I forgot about this when more commits kept coming in :)

mbentley commented 6 years ago

retest this please

gcko commented 6 years ago

Is the retest comment for me? What would you like me to test?

mbentley commented 6 years ago

Sorry, that was for my bot. Let me check the results and get back to you.

mbentley commented 6 years ago

LGTM, thanks and sorry for such a long review wait!