Steps to replicate the issue (include links if applicable):
- Build an image which has a .locales file with de_DE or with de_DE and de_DE.utf8
- Run locale -a in a pod with that image
What happens?:
The locales are not available causing my webservice (flaggedrevspromotioncheck.toolforge.org) to fail at startup.
Output:
I have no name!@flaggedrevspromotioncheck-xxxx:/workspace$ locale -a C C.utf8 POSIX en_US.utf8
What should have happened instead?:
The specified locales should be listed and available to the webservice.