microsoft / openjdk-docker

Repository of Container Images for the official MSFT Build of OpenJDK
https://mcr.microsoft.com/product/openjdk/jdk/about
MIT License
8 stars 18 forks source link

Adding locale environment variables #86

Closed joe-braley closed 11 months ago

joe-braley commented 11 months ago

Per the suggestion in this issue. We would like to add the environment present variables present in non-distroless images to our distroless images.

Let's be sure that the variables are present in the correct layer 😉 . Running docker image inspect <IMAGE> I believe that these variables should be present as expected.

See below:

image

karianna commented 11 months ago

I'll note that there might be folks who don't want a US UTF-8 as a default, but we can provide override guidance in those cases.