Release date not found in private docker registry - minimumReleaseAge breaks creation of merge requests #42434
Unanswered
artemis-mike
asked this question in
Request Help
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I'd check if the registry is returning a regctl image manifest <your-registry>/elasticsearch_elasticsearch:9.3.2Look for a
If the timestamps exist upstream but not in your mirror, the sync process might be stripping them - check your mirroring tool's config. |
Beta Was this translation helpful? Give feedback.
0 replies
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?
Self-hosted Renovate CLI
Which platform you running Renovate on?
GitLab (.com or self-hosted)
Which version of Renovate are you using?
43.108.1
Please tell us more about your question or problem
We're syncing most of the docker images we use to our private docker registry (docker.io) to perform security checks and attestation. Renovate can connect to this registry just fine and suggest updates. But it seems we can't get renovate to use the timestamp so we can use the
minimumReleaseAgeoption.Debug logs show errors like
When checking the upstream image against the synced with
regctl image configthere is no difference.This breaks our update process, as we don't get merge requests if no timestamp can't be found, but we also want to delay the creation of merge requests be using
minimumReleaseAge.Logs (if relevant)
No response
Beta Was this translation helpful? Give feedback.
All reactions