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

make querying existing tags compatible with more registries #111

Closed madmuffin1 closed 6 years ago

madmuffin1 commented 6 years ago

using https://docs.docker.com/registry/spec/auth/token/ that can be resolved using basic auth

some repositories, like https://hub.docker.com/_/registry/ (depending on configuration) and the SuSE Portus Project (https://github.com/SUSE/Portus) und some commercial offerings of the above (like https://private-docker-registry.com/) use a different authentication scheme, where the users credentials must be sent to an authentication server, which will return a (jw-) token for authentication at the registry itself.

mbentley commented 6 years ago

retest this please

mbentley commented 6 years ago

Previous build failure was an issue on my end; was moving some SSDs around...

mbentley commented 6 years ago

Good stuff! LGTM!