containers / qm

QM is a containerized environment for running Functional Safety qm (Quality Management) software
https://github.com/containers/qm
GNU General Public License v2.0
22 stars 25 forks source link

qm.container: replace Timezone=local #392

Closed dougsland closed 6 months ago

dougsland commented 6 months ago

In recent tests with ostree + quadlet environment the QM service was not able to work correctly, podman failed to remove /etc/localtime affecting the QM service. This patch is a workaround to Timezone=local which uses Environment=TZ to set the default timezone to UTC until we work in root cause.

More information: https://github.com/containers/qm/issues/367

Fixes: https://github.com/containers/qm/issues/367

dougsland commented 6 months ago

Okay, CI CD is not happy, goin to open a new one with a different and smarter approach.