How to properly point just dockerhub images to local mirror #33510
Unanswered
OCram85
asked this question in
Request Help
Replies: 0 comments
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.
Gitea
Please tell us more about your question or problem
Hey folks,
I'm using renovate with internal mirrored dockerhub repostory for a while now.
Now I'm faced with an issue where new repositories using multiple docker image sources fails.
So I guess the global redirect is causing problems whenever the dependency lookup points to these new sources:
default.json
config.js
renovate.json
This is my full renovate setup just to reference.
The dependency lookup error appears on every repository which contains:
ubuntu:22.04
myimages.ocram85.com/myuser/myimage
ghcr.io/myuser/myimage
Unfortunately I couldn't find a detailed instruction or best practice how to just redirect the dockerhub / index.docker.io located images.
Is there anyone who could help pointing into the right direction to solve this?
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions