How to update docker images only on major version upgrades #33274
Unanswered
nebula-it
asked this question in
Request Help
Replies: 1 comment 5 replies
-
Do you definitely want to stay on an old digest? They will lock you into an outdated version (the 39 tag is ignored by docker if a digest is present). You're probably best to remove the digest and keep the tag. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
renovate/renovate:39@sha256:e693cb07853865ae129a56585b44999de212c7fe264718dce0de2137cca756ea
Please tell us more about your question or problem
Looking for a way to only upgrade docker images on major version bump, e.g in renovate's case:
should only get updated when the version
40
is out. However in this case, since the digest on39
gets updated almost every day renovate bot creates PR for new digest. Is there a way to achieve that?Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions