Avoid proposing updates from docker/image:2
to docker/image:20241024
#32128
felipecrs
started this conversation in
Suggest an Idea
Replies: 1 comment 1 reply
-
I would prefer to keep it simple like proposed here: #20772 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tell us more.
Even though
20241024
is an integer and greater than2
, it generally means that such docker image pushes two different tag styles. One using the semver major, and another using a nightly pattern.Such nightly pattern can be easily and almost unmistakenly inferred. When detected, Renovate can compare against the style of the current version and avoid proposing an update in case they don't match. For example:
Renovate should propose:
docker/image:2
todocker/image:3
docker/image:20241024
todocker/image:20241025
But Renovate should NOT propose:
docker/image:2
todocker/image:20241024
What do you think?
I am willing to contribute this improvement.
Beta Was this translation helpful? Give feedback.
All reactions