OS changed while updating a docker image #33166
Replies: 3 comments 4 replies
-
Reproduction: https://github.com/sathieu/renovate-docker-os And PR: https://github.com/sathieu/renovate-docker-os/pull/1/files |
Beta Was this translation helpful? Give feedback.
0 replies
-
What methods/commands are you using to determine os and architecture of those sha's? |
Beta Was this translation helpful? Give feedback.
4 replies
-
Converted to issue: #33173 |
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 ; Renovate 39.69.2
Please tell us more about your question or problem
When using an image with digest pointing to a specific architecture and os, renovate ensure the same architecture but can use another OS.
For example, this image:
which is
os=linux
architecture=amd64
Current behavior
Image is updated to:
which is
os=windows
architecture=amd64
Expected behavior
Like for arcvhitecture, os should not be changed.
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions