config help - updating a list of docker images #27504
Unanswered
stocksr
asked this question in
Request Help
Replies: 1 comment
-
|
Yes, use a custom (regex) manager: https://docs.renovatebot.com/modules/manager/regex/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
Self-hosted
If you're self-hosting Renovate, tell us what version of Renovate you run.
Latest
If you're self-hosting Renovate, select which platform you are using.
Azure DevOps (dev.azure.com)
What is your question?
we have a file in our repository - called
image.lstthat contains a list of docker images that are used in other parts of our code base. (this is used to pull an offline copy of the images for an air-gapped install, but I don't think that is relevant here)this file has one docker image/tag/digest per line e.g. looks a bit like this (the actual file is a bit longer)
renovate is happily creating PR's to update our kubernetes manifests (yaml files) with new images, is there any way I can tell renovate about this file and get it to update the relevant line here at the same time?
I would be open to minor changes to the file format / name as well if that was needed to get this working, as long as I can still process the list of images in a script afterwards.
Many thanks
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions