Closed jhawkins1 closed 3 months 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.
It appears the gcr.io/distroless/static:latest base image
has already changed to Debian 12.
The change has taken place some time in between the versions:
/close v4.6.0 is based on Debian 12
@jsafrane: Closing this issue.
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.