Incorrect Digest on customManager with self hosted registry #33655
Unanswered
Hysterua
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
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
38.18.10
Please tell us more about your question or problem
So I'm trying to ensure a package in the form
FROM internal.artifactory/python:3.12-bullseye@sha256:testsha
is kept up to date. This involves keeping both the python portion and the debian portion up to date. To do this I am using the following custom manager (for debian portion):this successfully finds that there is a bookworm update as per the logs:
My problem is that the newDigest
1320ae67bdc123c78ba664edf1b66faf94d6cc151e512676e457892dc047af71
is the reference to 3.13-bookworm and not the expected 3.12-bookworm. Is there something I'm missing to enforce a certain newValue format or potentially include debian in a regex versioning template (somehow)?Edit:
Additionally, I am finding the following issue on my build run could this be causing the issue?
DEBUG: GET https://internal.artifactory/v2/python/tags/list?n=10000 = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=15508)
Beta Was this translation helpful? Give feedback.
All reactions