------------------------------------------------------------------- Thu Sep 28 14:29:10 UTC 2023 - Dirk Mueller - add copyright and description header ------------------------------------------------------------------- Mon Jul 24 12:54:31 UTC 2023 - Dirk Mueller - Fix base image naming in description label ------------------------------------------------------------------- Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller - label capitalization and related cleanups ------------------------------------------------------------------- Tue May 30 06:52:56 UTC 2023 - Dan Čermák - Add release stage and lifecycle url ------------------------------------------------------------------- Thu Mar 30 15:12:51 UTC 2023 - Dirk Mueller - Put VOLUME statements last ------------------------------------------------------------------- Fri Mar 3 07:24:36 UTC 2023 - Dan Čermák - Add org.opencontainers.image.source label set to %SOURCEURL% ------------------------------------------------------------------- Fri Feb 24 13:12:03 UTC 2023 - Darragh O'Reilly - The pmlogger_daily.service was failing silently because it runs as user pcp which did not have permissions on /var/log/pcp/pmlogger. Normally pcp running on the host creates /var/log/pcp/pmlogger and also does chown pcp:pcp /var/log/pcp/pmlogger if it does not exist. But VOLUME /var/log/pcp/pmlogger in the Dockerfile causes the directory to exist with ------------------------------------------------------------------- Wed Dec 21 16:02:13 UTC 2022 - Dirk Müller - handle non-existent wicked gracefully ------------------------------------------------------------------- Wed Dec 21 14:05:34 UTC 2022 - Dirk Müller - BuildTag sorting and consistency fixes ------------------------------------------------------------------- Fri Jul 15 11:06:27 UTC 2022 - Dan Čermák - Increase compatibility with openSUSE ------------------------------------------------------------------- Tue Jun 14 10:12:15 UTC 2022 - Dan Čermák - Add HEALTHCHECK ------------------------------------------------------------------- Tue May 3 09:03:29 UTC 2022 - Dan Čermák - Use set -euo pipefail in every RUN command, use ; instead of && to prevent masking failures