javaLTSVersions not applying to docker tags from private registry #32474
-
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 - 39.9.3 Please tell us more about your question or problemI have various references to eclipse-temurin docker images in my codebase, but only the ones that do not include a private registry prefix seem to respect the javaLTSVersions workaround. i.e. sample .gitlab-ci.yml snippet:
Renovate will suggest an upgrade from 21 (LTS) to 23 (non-LTS) when the image tag is prefixed with the private registry. sample Dockerfile snippet:
but will keep non-prefixed images on LTS as expected. Do I need to configure something specifically for Renovate to understand that private registry provided images should still follow the workaround? Logs (if relevant)No response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You'll need to customize renovate/lib/config/presets/internal/workarounds.ts Lines 131 to 153 in 416ab8e |
Beta Was this translation helpful? Give feedback.
You need to copy and paste it and modify the package name list to suit your needs