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

Trap for Docker images with encoded characters in their names. #115

Open alastairhm opened 6 years ago

alastairhm commented 6 years ago

We have found there to be a few Docker images in our registry with encoded characters in their names, like '/' encoded as "%2F". This is causing issues when trying to do the API curls resulting in 404 errors. It would be good if there was an option to skip these images without failing the migration.

mbentley commented 6 years ago

Does the option for ERROR_ACTION=skip achieve what you're looking for? That should skip over the image when pushing or pulling or retagging.