You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library doesn't seem to work with Docker Hub?
I also noticed the auth service for GitLab is very different from Docker Hub... so perhaps it's hard to support all the different ways auth services work?
Hello. Since this package seems to be abandoned, I forked it and implemented a significant number of improvements. This includes a big improvement to how the auth service works, so that it will hopefully support Docker Hub (though I haven't explicitly tested it).
I'd appreciate it if you could give it a go and let me know how you go:
This library doesn't seem to work with Docker Hub?
I also noticed the auth service for GitLab is very different from Docker Hub... so perhaps it's hard to support all the different ways auth services work?
The following doesn't seem to work:
docker-registry-show.py -v https://registry.hub.docker.com honestbee/fluentd-kubernetes logentries --username so0k --password **** --authorization-service https://auth.docker.io --api-version 2
Full log of error (after removing the
v2
path of theauth.docker.io/v2/token
call:However, I'm able to get image digest without password using a script roughly like this:
The text was updated successfully, but these errors were encountered: