minimumReleaseAge never met for docker python images due often releases
#43379
Replies: 1 comment 3 replies
|
This looks mostly expected. So for a fast-moving tag like The knob I'd use here is a Small caveat: your example is digest-pinned, and Renovate's docs mark digest support for |
Uh oh!
There was an error while loading. Please reload this page.
How are you running Renovate?
None
Which platform you running Renovate on?
GitLab (.com or self-hosted)
Which version of Renovate are you using?
43.164.0
Please tell us more about your question or problem
Hello team,
when using the
minimumReleaseAgewith a docker file, dependencies never get updated with short release cycles.This is my renovate.json:
{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "local>devtools/hubcraft/renovate/renovate-config#v1.2.0" ], "minimumReleaseAge": "7 days" }My docker file starts with:
FROM python:3.14-trixie@sha256:10c5cd782d36c531ce712844b404bb2b943cf7562ce5d2a9eede3c5363c0f45dThe Python image gets updated rather frequently:
Thus the MR is never mergable (via auto merge or pipeline check), since the image is updated more often than the
minimumReleaseAgevalue.Is this something that can be configured? I would expect Renovate to not update this MR with newer versions and instead push one, wait the
minimumReleaseAge, wait for merge and then start again.If the MR is open for a long time, Renovate could update the MR to a version that honours the
minimumReleaseAgeinstead of the newest.Any thoughts on that?
Cheers,
Matthias
Logs (if relevant)
Logs
All reactions