Docker hub credentials not used #33196
Unanswered
pauldtill
asked this question in
Request Help
Replies: 2 comments 1 reply
-
Try hardcoding dummy username and password as strings to see if they get used/attempted. There could be a problem with env |
Beta Was this translation helpful? Give feedback.
0 replies
-
I did this and yes I then see 401 errors. It's odd because I see the 429 "rate limit" but then am still getting results, does the process try multiple source URL's for docker hub ? After the 429 error, I then see this >
results are then printed for the dependency. The error message itself still shows empty string for username/password which is misleading. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
GitLab
39.72.2
Please tell us more about your question or problem
We have the following HostRules defined providing credentials for docker hub, but still seeing issues with rate limiting and in the error log (below) it implies our username and password are not being set in the call.
We added docker.com as well as docker.io as the failing call appears to be to hub.docker.com - but still shows the same.
What are we missing ?
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions