Support YAML tags within docker compose files #31147
Replies: 3 comments 1 reply
-
Hi there, Get your discussion fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. Discussions without reproductions are less likely to be converted to Issues. Please follow these steps:
Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.
-
I will provide an PR for that. Maybe i found a generic solution. See #31200 |
Beta Was this translation helpful? Give feedback.
-
Solved by #31336 |
Beta Was this translation helpful? Give feedback.
-
Tell us more.
Docker compose support following tags (https://docs.docker.com/reference/compose-file/merge/):
This is not supported by renovate by now. See error message.
For a project with multiple docker compose files this is a really nice feature to prevent configuration duplication.
Without these feature, we can not update our projects with renovate with such complex docker compose files.
Maybe here the solution from
gitlabci
helps https://github.com/renovatebot/renovate/blob/main/lib/modules/manager/gitlabci/utils.ts#L13See also #31073
Minimal reproduction repo: https://github.com/websi/renovate-reproductions-31147
Renovate run: f3b23e52-337f-4d56-b282-8edcd366b18d
Beta Was this translation helpful? Give feedback.
All reactions