How do I exclude a image from pinDigest best practices? #33150
Unanswered
Tomnivore
asked this question in
Request Help
Replies: 1 comment 1 reply
-
{
"matchPackageNames": ["gitlab.myserver.com/group/subgroup/dependency-check-image"],
"pinDigests": false
} |
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?
None
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
Hello. For base info I'm using Renovate's best practices presets which includes https://docs.renovatebot.com/presets-docker/#dockerpindigests.
I use an image that is built every evening, it has only maven d ependency check and downloads the latest NVD updates to reduce the API calls. The idea is to use its latest tag in the pipelines and you can probably see that it's problematic to tag an image that changes every day.
I'm wondering how I could create a rule that overrides pinDigests for this image. An example would be very appriciated. Let's say the image is named gitlab.myserver.com/group/subgroup/dependency-check-image:latest
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions