Open finn-matti opened 2 years ago
This incompatibility with the original image broke some tests over here. Configuring it back to UTC was good enough in that case. Specifically, this means overriding symlinks.
symlinks = {
"/etc/localtime": "/usr/share/zoneinfo/UTC",
"/etc/timezone": "/usr/share/zoneinfo/UTC",
},
In our case, configurability through environment variables doesn't matter too much but maintaining the same default as official mysql
image would be appreciated.
At the moment the timezone of this image is Europe/Paris. It would be great if the image could be configured to use a differenz timezone.
I found this solution to make an image with a configurable timezone.
If this is not possible, then I would like to suggest that the images have the same timezone as the original mysql image (utc).