Unable to authorize renovate to fetch latest images on ghcr.io (github packages) registry on private package #8643
Replies: 5 comments 8 replies
-
Did you tried to login directly from local docker daemon? Are the credentials working? |
Beta Was this translation helpful? Give feedback.
-
Did you get it fixed? I also experience problems with ghcr.io and auth. |
Beta Was this translation helpful? Give feedback.
-
I have the same problems.
and
Results with:
|
Beta Was this translation helpful? Give feedback.
-
This is the same issue as #11446 👍 |
Beta Was this translation helpful? Give feedback.
-
I found the following to be working: {
"matchHost": "ghcr.io",
"hostType": "docker",
"username": "your-user-name",
"password": "***********"
} or in the UI: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I recently switched my packages to the new github registry ghcr.io instead of the older docker.pkg.github.com github packages registry. In both cases the packages are private and can only be accessed via a github token which i encrypted and setup in the config as password
The older registry worked fine, using a config like this:
I used the following to authenticate to the newer ghcr.io registry (only the domainName part has changed):
Note that the actual config is using both like this, in case it matters:
Now when renovate runs i get the following error in the logs (for example in run #299102059) :
I can't find any other issue or discussion about ghcr.io, so i'm not sure whether this is a problem with ghcr.io support in general, or just my configuration that's missing something, although i can't see what could be misconfigured?
Beta Was this translation helpful? Give feedback.
All reactions