GitXplorerGitXplorer
s

renovate-docker-os

public
0 stars
1 forks
1 issues

Commits

List of commits on branch main.
Unverified
80206caf9e669339a4c2934e189fa899ed30afe5

docs: typo

ssathieu committed a month ago
Unverified
4f780716146d8584ec2335f9bc55ca6f50e1c054

docs: update link

ssathieu committed a month ago
Unverified
f57cf0b12be25f6209c3c050f9ba63abb018ea42

feat: reproduction

ssathieu committed a month ago
Verified
d0a61f5877220e2b24eae3d9b55cc4e18065b823

Initial commit

ssathieu committed a month ago

README

The README file for this repository.

OS changed while updating a docker image

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:

registry.k8s.io/csi-vsphere/driver:v3.3.1@sha256:5ef2f153813565d41a41c0700d1917c077f30bbbe735fd3f9e9ba18956d65bed

which is os=linux architecture=amd64

Current behavior

Image is updated to:

registry.k8s.io/csi-vsphere/driver:v3.3.1@sha256:9245b0dbe11af8a90080e2d59a0e488bc6272b20d50eab3f643967c3d117a957

which is os=windows architecture=amd64

Expected behavior

Like for architecture, os should not be changed.

Link to the Renovate issue or Discussion

Renovate Discussion: https://github.com/renovatebot/renovate/discussions/33166.

Production repo commit: https://gitlab.com/kubitus-project/kubitus-installer/-/commit/627599740756f69f46458aebc40c53d176f66c52?merge_request_iid=3550