docker-compose not updating images #32252
-
How are you running Renovate?A Mend.io-hosted app If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.No response Please tell us more about your question or problemI'm getting the following error:
My docker compose file is written in Jinja so that anisible can fill in variables. I currently have the following image lines in the file:
I used the above regex to clean up the release, testing from the versions and just show the version number. Not sure what the exact issue is as the only issue appears as the warning posted above. I setup a minimal repo here: https://github.com/yfhyou/renovate-jinja Logs (if relevant)Logs
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Probably to late for you, but just in case it helps someone else, this is my config for hotio images.
I think you could replace the release- part with |
Beta Was this translation helpful? Give feedback.
Probably to late for you, but just in case it helps someone else, this is my config for hotio images.
I think you could replace the release- part with
(?release-|testing-)
to cover both, but I haven't tested this.