piraeusdatastore / piraeus

High Available Datastore for Kubernetes
https://piraeus.io/
Apache License 2.0
429 stars 50 forks source link

docker: switch base to debian 12 #177

Closed WanzenBug closed 4 months ago

WanzenBug commented 4 months ago

Some tools that interact with the kernel are not happy when using old tools on a new kernel. For example, turns out that resize2fs (the ext* resize tool) refuses to resize a mounted FS on a new kernel because the FS there reports some features it does not know about.

To fix, we use the latest debian stable release as our base image. Tools there should be new enough for the future.

See https://github.com/piraeusdatastore/piraeus-operator/issues/628