-
-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moving from rules_docker, oci_pull unathorized on hub.docker.com #301
Comments
Forgot to post, I have set up rules_oci as such:
|
Works |
You need
|
Thanks! yeah library did it... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So I am trying to move from rules_docker but getting an error on oci_pull.
Rules_docker:
And when I convert that to oci_pull:
Bazel logs show I am getting an unauthorized
I am not expert but that does not look like the right link to me. BTW, I should not need to authorize to hub.docker.com as the containers I use are 100% public.
This works fine with rules_docker and I even confirmed by removing all my local cache and it re-downloaded it just fine.
If we need more details/logs to help debug this, let me know...
The text was updated successfully, but these errors were encountered: