minimumReleaseAge blocks update for Red Hat UBI images even when release is older than threshold #41956
Unanswered
andymaddio-lang
asked this question in
Request Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
Docker
Which platform you running Renovate on?
Azure DevOps
Which version of Renovate are you using?
43.76.4
Please tell us more about your question or problem
Description
When using
minimumReleaseAgewith Red Hat UBI Docker images, Renovate does notpropose updates even when the image has been published longer than the configured threshold.
Removing
minimumReleaseAgefrom the config immediately fixes the issue and the update is proposed correctly.Config
{ "matchManagers": ["dockerfile"], "matchDatasources": ["docker"], "matchPackageNames": ["/^registry\\.access\\.redhat\\.com\\/[\\w\\/-]+/"], "minimumReleaseAge": "2 days", "groupName": "auto", "enabled": true, "addLabels": ["patch"], "automerge": true, "automergeStrategy": "squash", "autoApprove": true, "separateMajorMinor": false, "versioning": "redhat" }Expected behavior
registry.access.redhat.com/ubi9/ubi-minimal:9.7-1773204619was published 5 days ago.With
minimumReleaseAge: "2 days", Renovate should propose this update.Actual behavior
Renovate does not propose the update as long as
minimumReleaseAgeis set.Commenting it out immediately restores the expected behavior.
Question
Is Renovate able to retrieve the
releaseTimestampfor Red Hat registry images(
registry.access.redhat.com) when usingversioning: "redhat"?If the timestamp cannot be resolved, is there a workaround to make
minimumReleaseAgework correctly with this datasource, or should it be explicitly documented as unsupported?
Environment
dockerregistry.access.redhat.comLogs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions