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

Add NO_LOGIN automated test #75

Open mbentley opened 8 years ago

mbentley commented 8 years ago

Add a test that uses NO_LOGIN migration.

mbentley commented 8 years ago

Added a test that uses a v2 using NO_LOGIN, still need to add a v1 server without auth to test against.

mbentley commented 8 years ago

Updated tests to include the following migration scenarios:

Next, it would be good to get these into Docker Compose files that live with the code.