-
-
Notifications
You must be signed in to change notification settings - Fork 464
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
Setting up Registry with ghcr.io #699
Comments
It seems that the dns resolution was modified on the server for some reason. Recently I added steps for add ghcr account however I didn't have any issues, I will check but it seems like is more a dns error from the host |
@Siumauricio thanks for the reply I can't seem to make it work no matter what I do. Here's an abstract of what it says when trying to upload it
As you can see, it says Login Successful, even testing like your docs says, shows a success, but later it fails. I don't know why it says docker.io when it should be ghcr.io? or maybe that is correct because its just the name of the image? Adding a prefix changes the path from Don't know what else to try. |
try to remove the protocol in the url, it should look like : |
@ouestlabs Good catch, very probably is because they are using https at the start of the registry url |
Feel free to reopen if you still have the same issue after using the exact same guide we have in docs |
To Reproduce
I'm having trouble setting up the registry to use ghcr.io using my username and a token (classic) that I created for this specific purpose
I will get the following error
Is it trying to upload to docker.io even though I configured something else?
Thanks for this amazing product
Current vs. Expected behavior
The image is uploaded to ghcr.io
Provide environment information
Which area(s) are affected? (Select all that apply)
Installation, Docker
Additional context
No response
The text was updated successfully, but these errors were encountered: