digests for oci_pull docker images not being updated #33670
Unanswered
aschleifer
asked this question in
Request Help
Replies: 1 comment
-
Hi there, Get your discussion fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. Discussions without reproductions are less likely to be converted to Issues. Please follow these steps:
If you need help with running renovate on your minimal reproduction repository, please refer to our Running Renovate guide. The Renovate team |
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
-
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.
gitlab; latest version of renovate (39.114.0 at the point of writing this)
Please tell us more about your question or problem
When having an
oci_pull
dependency in aMODULE.bazel
for a docker image that has atag
and adigest
configured then renovate is not updating this digest even so there is a newer one and it is found according to the logs (see below).The minimal reproducible case is a repository with two files:
MODULE.bazel
:renovate.json
:I would expect renovate to update the digest in the
MODULE.bazel
as it is not the latest version of thisdebian
docker image.Minimal reproduction repo
https://github.com/ExB-Group/renovate-reproduction-33670
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions