Skip to content

Include tz files in Docker image

Add timezone files to Docker image so that tz names work in spec.window.timeZone.

These worked in test because tests run in a BCI image, but the shipping docker image is FROM scratch and was missing the files.

We have to use Alpine as the source for zoneinfo, as BCI does not provide 32bit arm images.

Issue:

Merge request reports

Loading