Self-hosted renovate: authentication against private docker registry #840
Replies: 3 comments
-
You probably need a fully qualified docker image such as "my.artifactory.host/docker/renovatebot/renovate". Right now you've told your action to use "renovatebot/renovate:full" and that's exactly what it's trying (from Docker Hub). And after that you might need to work out authentication, from the sounds of it. e.g. perhaps running a "docker login" prior |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot, @rarkins, now downloads the image. Could I ask you to advise what do these error messages mean?:
|
Beta Was this translation helpful? Give feedback.
-
I'm not sure, please create a discussion with preserved formatting of logs into the main Renovate repo |
Beta Was this translation helpful? Give feedback.
-
Hi guys
I'm trying to configure self-hosted renovate to use Artifactory as docker registry with the followingsetup:
My current goal is to configure a test workflow just to see renovate working, even without any meaningful output.
My workflow:
My renovate-global.js:
But it does look like renovate is even trying to authenticate against artifactory. It still tries to access dockerhub. according to this error message:
Could someone advise what is wrong in my configuration? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions