kubernetes-csi / external-snapshotter

Sidecar container that watches Kubernetes Snapshot CRD objects and triggers CreateSnapshot/DeleteSnapshot against a CSI endpoint.
Apache License 2.0
455 stars 361 forks source link

Upgrade external-snapshotter to use Debian 12 Distroless #1090

Open jhawkins1 opened 1 month ago

jhawkins1 commented 1 month ago

Is your feature request related to a problem?/Why is this needed

Describe the solution you'd like in detail

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-snapshotter components 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.

Describe alternatives you've considered

Additional context

kady1711 commented 2 weeks ago

Following up on the feature request for migrating the external-snapshotter components to Debian 12 Distroless. This migration is crucial for aligning with the current standards across the Kubernetes ecosystem, which has seen a significant shift towards Debian 12. The benefits of this migration include improved alignment with other Kubernetes components, reduced complexity in managing multiple OS versions, and enhanced security through access to OS patches for vulnerabilities that Debian has committed to fixing in its latest LTS release only.

Could you please provide an update on the status of this request? Specifically, it would be helpful to know if there is a targeted release date or version number by which this migration is expected to be completed.