How do I handle docker tags with SHA1 hashes at the end? #32611
Unanswered
rcdailey
asked this question in
Request Help
Replies: 1 comment 2 replies
-
https://docs.renovatebot.com/modules/versioning/loose/ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["ghcr.io/hotio/", "ghcr.io/berriai/"],
"versioning": "loose"
}
]
} |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How are you running Renovate?
A Mend.io-hosted app
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
One particular docker image has tags that look like this:
release-1.41.1.9057-af5eaea7a
release-1.40.2.8395-c67dce28e
I'm not able to figure out how to tell Renovate to process these versions. I have the following in my
renovate.json5
:In this case, when set at version
release-1.41.1.9057-af5eaea7a
, I do not get any upgrade PRs. The logs haven't been helpful in debugging the issue, but I feel like it's the-af5eaea7a
at the end. I also tried loose versioning but I get wildly inaccurate upgrade PRs when I do that.What am I missing?
Logs (if relevant)
No response
Beta Was this translation helpful? Give feedback.
All reactions