Latest images tags from Redhat public registry #23481
Unanswered
javaxiss
asked this question in
Request Help
Replies: 3 comments 10 replies
|
it probably needs a fix like we do for AWS maybe we need to allow more pages then |
3 replies
|
Is there any update on this? Having the same issue. |
5 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.
How are you running Renovate?
Self-hosted
If you're self-hosting Renovate, tell us what version of Renovate you run.
35.110.2
If you're self-hosting Renovate, select which platform you are using.
GitLab self-hosted
Was this something which used to work for you, and then stopped?
I never saw this working
Wanted end result.
Hello,
I'm using renovate to update Docker images from Redhat public registry : https://registry.access.redhat.com/ which is a Docker V2 registry. The wanted result would be to get the latest images tag returned by renovate bot
What you tried so far.
Renovate is not able to detect latest images version for ubi8-minimal by example. I tried to curl the registry bu running :
curl -sL https://registry.access.redhat.com/v2/ubi8-minimal/tags/list | jq
Only 50 random (not sorted) tags are returned. The response header includes a link for fetching futher results (by adding next_page query parameter to the same request) if required. It seems that the n query parameter is ignored if a value > 50 is set.
I think Renovate is using the same API to get latest tagsfor Docker images But I'm not sure if it is supposed to query multiple times the registry and setting next_page parameter in order to get the right latest tag.
Relevant debug logs
Logs
curl result :Renovate logs the following as a latest tag
All reactions