temurin binaries update via regex #34044
Unanswered
itineric
asked this question in
Request Help
Replies: 1 comment 1 reply
-
Your packageName ( |
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
-
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
Please tell us more about your question or problem
I have a case where I need to update the java version from inside a Dockerfile.
I tried using regex like everywhere else but java versining is not semver and I did not find a versioning that matches in renovate.
I tried the following:
But I think I encounter issue #21759
I also tried using
And something even more complex:
My config contains the regexManager (which works for every other cases we need to adress):
Every try always ends with a
"skipReason": "invalid-value"
in the debug logs.Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions