Skip to content

Missing en_US.utf8 locale in -minimal images #205

Open
@NiccoloFei

Description

@NiccoloFei

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions