-
Notifications
You must be signed in to change notification settings - Fork 72
Setup timezone #165
Comments
Signed-off-by: kvaps <[email protected]>
Signed-off-by: kvaps <[email protected]>
Signed-off-by: kvaps <[email protected]>
Signed-off-by: kvaps <[email protected]>
Reopening, pending tasks on our side:
|
Also consider to add |
UPD: most of packages in alpine uses strategy to be installed on demand. Eg: openssl can be installed during the boot same way, if you need to decrypt apkovl file. We can use the same strategy to run |
Similar concern we had with the Ruby dependencies for the OneGate (#125). I'm not happy with bringing all as hard dependencies, but more I don't like ad-hoc installing of something, as it requires working public networking. In case of timezone data, I would say we could avoid this dependency and leave it on the user who is building the image. At least, the contextualization script should provide some error in the log if requested timezone is not defined. Right now, it would skip silently. |
We have support for timedatectl, we have tests, we have similar feature for Windows, we have updated docs. On Alpine, I'm not adding dependency on Closing. |
It would be nice to have ability to setup timezone in contextualization scripts
The text was updated successfully, but these errors were encountered: