pcp-image/pcp-image.changes

30 lines
1.4 KiB
Plaintext

-------------------------------------------------------------------
Fri Feb 24 13:12:03 UTC 2023 - Darragh O'Reilly <doreilly@suse.com>
- 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 <dmueller@suse.com>
- handle non-existent wicked gracefully
-------------------------------------------------------------------
Wed Dec 21 14:05:34 UTC 2022 - Dirk Müller <dmueller@suse.com>
- BuildTag sorting and consistency fixes
-------------------------------------------------------------------
Fri Jul 15 11:06:27 UTC 2022 - Dan Čermák <dcermak@suse.com>
- Increase compatibility with openSUSE
-------------------------------------------------------------------
Tue Jun 14 10:12:15 UTC 2022 - Dan Čermák <dcermak@suse.com>
- Add HEALTHCHECK
-------------------------------------------------------------------
Tue May 3 09:03:29 UTC 2022 - Dan Čermák <dcermak@suse.com>
- Use set -euo pipefail in every RUN command, use ; instead of && to prevent masking failures