You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently getting the following errors as of today.
initdb: error: invalid locale settings; check LANG and LC_* environment variables
I've stumbled on 2 potential solutions that seems to fix it:
be explicit and use 13.11-bullseye tag instead of just 13.11. Or
to add the following locale sttings to our Dockerfile with 13.11-bookworm
RUN echo en_US.UTF-8 UTF-8 > /etc/locale.gen
RUN locale-gen en_US.UTF-8
I just don't get why we would need to do this now as all 13.11, 13.11-bullseye and 13.11-bookworm was last pushed 19 days ago. And would find it hard to justify either of these workarounds.
This is on both on my Ubuntu workstation and CI that are both using docker 24.0.4 and buildx v0.11.1