kubernetes-csi / external-attacher

Sidecar container that watches Kubernetes VolumeAttachment objects and triggers ControllerPublish/Unpublish against a CSI endpoint
Apache License 2.0
162 stars 176 forks source link

Upgrade external-attacher to use Debian 12 Distroless #558

Open jhawkins1 opened 1 month ago

jhawkins1 commented 1 month ago

Since Debian 12 Distroless is available, as well as, the latest releases of Kubernetes and many of the Kubernetes related projects have moved to Debian 12, we would request that external-attacher move to Debian 12 Distroless to align with other Kubernetes components.

Benefits: Alignment of the Container OS being used to other Kubernetes Components and related Projects. Reduces fan-out of multiple OSes or different versions of OSes across components. Potential benefits as to being able to obtain OS patches for vulnerabilities where Debian has decided only to fix in latest LTS (Debian 12) release and not older LTS releases.

jsafrane commented 1 month ago

Sure, feel free to update our Dockerfiles, but please do so in all repos in https://github.com/kubernetes-csi so they're consistent. Beware, some of them are not distroless.