-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set timezone in Liberty container #359
Comments
hey @arturdzm - can you please take a look into this one? |
Same question for locale. |
Not sure if this is the way to go, but currently we're going with setting timezone and locale in the Dockerfile;
|
Yes, this is general solution, the language packs must be installed on top of original image and if there are multiple you could switch locales at runtime with ENV variables. |
Greetings,
We noticed there is a tzdata package installed by default in the container, yet we did not find a way to properly change the timezone.
Is there a recommended way to do this (dockerfile run command / arg available / ...)?
In our case we are using OpenShift, but you might have a generic solution.
Thanks in advance.
The text was updated successfully, but these errors were encountered: