quay.io docker image not renovated #34042
Replies: 2 comments 3 replies
-
Your proxy probably does not return a full list of tags. They often are designed to only return the tags they have cached, so they are not suitable for using with Renovate. |
Beta Was this translation helpful? Give feedback.
-
Hi there, The maintainers have labeled this discussion as a use case specific to "enterprise" users. Enterprise users typically self-host Renovate and have advanced requirements like custom certificates, HTTP proxies, private registries, air gapping, etc. Such cases usually need a lot of back-and-forth to resolve, because the problem is related to the user's environment. Usually the user's environment can not be reproduced publicly, which means that maintainer debugging is not possible. The maintainers decided their time is best spent on issues that help large numbers of users. This means enterprise-specific issues affecting one user (or a small number of users), are not a priority. If we can help you quickly, we will. But if you see this message, then a maintainer believes this is not a quick fix. The maintainers will not actively work on this issue, unless new information is found. If you are an enterprise user, please consider the following options:
If you choose to wait, then this discussion can remain open indefinitely. But please be patient, do not nudge or bump this discussion just to get attention. Thanks, the Renovate team |
Beta Was this translation helpful? Give feedback.
-
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 (renovatebot:39.160.1)
Please tell us more about your question or problem
Hello everyone!
I have a custom regex manager, in order to update docker image reference in a custom yaml file. The docker image is stored publicly in quay.io (quay.io/cilium/cilium).
As you can see in logs (attached):
Here comes the interesting part:
Any ideas? Thanks!
Logs (if relevant)
Logs
The custom manager is the following:
The file.yaml (which renovate should update) has the following structure:
Logs from renovate-bot execution (debug):
Beta Was this translation helpful? Give feedback.
All reactions