Skip to content

Commit 04c358a

Browse files
authored
Merge pull request #1322 from SUSE/for-deploy-6
🤖: Update build recipes for SP6
2 parents 1a3ef12 + 3fcfa1c commit 04c358a

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

pcp-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ LABEL com.suse.release-stage="released"
4444
# endlabelprefix
4545
LABEL io.artifacthub.package.readme-url="%SOURCEURL%/README.md"
4646

47-
RUN set -euo pipefail; zypper -n in --no-recommends pcp hostname shadow gettext-runtime util-linux-systemd; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
47+
RUN set -euo pipefail; zypper -n in --no-recommends pcp hostname procps shadow gettext-runtime util-linux-systemd; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
4848
ENTRYPOINT ["/usr/local/bin/container-entrypoint"]
4949
CMD ["/usr/lib/systemd/systemd"]
5050
EXPOSE 44321 44322 44323

pcp-image/pcp-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Fri Jun 21 06:21:36 UTC 2024 - Dirk Mueller <dmueller@suse.com>
3+
4+
- Add missing procps package
5+
16
-------------------------------------------------------------------
27
Tue Jun 11 15:36:43 UTC 2024 - Dirk Mueller <dmueller@suse.com>
38

0 commit comments

Comments
 (0)