How to stop changing docker major version to major.minor.patch version? #30853
Replies: 2 comments 5 replies
-
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 am running into a similar situation with I've made a repro repo, and will start a new thread, since the underlying issues may be slightly different. |
Beta Was this translation helpful? Give feedback.
-
What would you like help with?
I would like help with my configuration
How are you running Renovate?
Mend Renovate hosted app on github.com
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 problem
I have a Dockerfile that's using
21-jre
of a version tag and renovate is trying to change it to21.0.4-jre
.How can I stop this from happening?
I'd rather, for now, only bump major versions with Docker and never pin the minor and patch versions so the container will always be latest when it builds. I understand that isn't best practice. The org I'm in isn't ready for this level of pinning yet.
Logs (if relevant)
N/A
Beta Was this translation helpful? Give feedback.
All reactions