Open
Description
The new -minimal
images are lacking the en_US.utf8
locale in comparison to the system
images.
This happens because in the -minimal
images we are lacking the following step, which is instead being done in the base images that system
images depend on.
Although -standard
images are carrying all locales, I was expecting -minimal
images to at least have the same amount of locales that we have in system
images.
For reference:
$ docker run --rm -it ghcr.io/cloudnative-pg/postgresql:17-bookworm locale -a
C
C.utf8
en_US.utf8
POSIX
vs
$ docker run --rm -it ghcr.io/cloudnative-pg/postgresql:17-minimal-bookworm locale -a
C
C.utf8
POSIX