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

Refactor tag filtering #101

Closed dwlocks closed 7 years ago

dwlocks commented 7 years ago

Tag filtering was missing for private repositories. Break tag filtering out into a function and use it for both docker-hub and private repos.

dwlocks commented 7 years ago

Whoops. This introduces a bug.