datasource/docker: retain os when updating #33173
Labels
datasource:docker
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
type:feature
Feature (new functionality)
Discussed in #33166
Originally posted by sathieu December 17, 2024
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
https://github.com/renovate-reproductions/33166
The text was updated successfully, but these errors were encountered: