Skip to content

Add Timezone to Docker Image - INPLATFORM-387

Eric Schoville requested to merge INPLATFORM-387-timezone into master

ODMAS ran into a problem when using date functions during transformations, which is probably due to the timezone not being set in the container. This was an oversight on our part when creating the Docker image. This MR adds an ENV variable called TZ to the image and adds the tzdata package. I have deployed an image built with this new Dockerfile locally and confirmed that the timezone is now set correctly to CST. We will need to redeploy the image to all environments after this image has been built.

  • Added TZ and tzdata
  • Renamed deprecated Maintainer to LABEL
  • sorted the deb packages in the Dockerfile due to OCD. How did I miss that before? :)

I am only setting one approver, because this is a small change.

@NUWAN.KUMARASIRI @jont @JARED.KOSANOVIC

Merge request reports