[docker] manager fails to suggest for imag nvcr.io/nvidia/k8s/dcgm-exporter:4.1.1-4.0.4-ubuntu22.04 #40791
-
How are you running Renovate?Self-hosted Renovate Which platform you running Renovate on?GitLab (.com or self-hosted) Which version of Renovate are you using?42.64.0 Please tell us more about your question or problemOther images from nvcr.io work. But this one is not challenged, while there are many other versions on the latest image. Thinking it was due to docker versionning, it tried overloading with Logs (if relevant)Logs |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
fixed the issue with |
Beta Was this translation helpful? Give feedback.
fixed the issue with
{ "matchDatasources": ["docker"], "matchDepNames": ["nvcr.io/nvidia/k8s/dcgm-exporter"], "versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-.*$" },Is there a more generic correction to this issue?