2023-06-26 10:30:40 +00:00
-------------------------------------------------------------------
2023-07-26 09:46:19 +00:00
Mon Jul 24 12:54:31 UTC 2023 - Dirk Mueller <dmueller@suse.com>
- Fix base image naming in description label
-------------------------------------------------------------------
2023-06-26 10:30:40 +00:00
Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller <dmueller@suse.com>
- label capitalization and related cleanups
2023-06-01 15:36:09 +00:00
-------------------------------------------------------------------
Tue May 30 06:52:56 UTC 2023 - Dan Čermák <dcermak@suse.com>
- Add release stage and lifecycle url
2023-04-05 16:00:31 +00:00
-------------------------------------------------------------------
Thu Mar 30 15:12:51 UTC 2023 - Dirk Mueller <dmueller@suse.com>
- Put VOLUME statements last
2023-03-03 07:52:04 +00:00
-------------------------------------------------------------------
Fri Mar 3 07:24:36 UTC 2023 - Dan Čermák <dcermak@suse.com>
- Add org.opencontainers.image.source label set to %SOURCEURL%
2023-03-02 13:24:21 +00:00
-------------------------------------------------------------------
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
2022-12-21 16:09:01 +00:00
-------------------------------------------------------------------
Wed Dec 21 16:02:13 UTC 2022 - Dirk Müller <dmueller@suse.com>
- handle non-existent wicked gracefully
2022-12-21 14:24:33 +00:00
-------------------------------------------------------------------
Wed Dec 21 14:05:34 UTC 2022 - Dirk Müller <dmueller@suse.com>
- BuildTag sorting and consistency fixes
2022-07-18 14:07:26 +00:00
-------------------------------------------------------------------
Fri Jul 15 11:06:27 UTC 2022 - Dan Čermák <dcermak@suse.com>
- Increase compatibility with openSUSE
2022-06-15 11:25:30 +00:00
-------------------------------------------------------------------
Tue Jun 14 10:12:15 UTC 2022 - Dan Čermák <dcermak@suse.com>
- Add HEALTHCHECK
2022-05-04 08:00:05 +00:00
-------------------------------------------------------------------
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