Skip to content

Commit ce9f496

Browse files
authored
Merge pull request #1323 from SUSE/for-deploy-Tumbleweed
🤖: Update build recipes for Tumbleweed
2 parents 3397cee + 54a6114 commit ce9f496

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
@@ -42,7 +42,7 @@ LABEL org.opensuse.release-stage="released"
4242
# endlabelprefix
4343
LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/pcp-image/README.md"
4444

45-
RUN set -euo pipefail; zypper -n in --no-recommends pcp hostname shadow envsubst util-linux-systemd; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
45+
RUN set -euo pipefail; zypper -n in --no-recommends pcp hostname procps shadow envsubst util-linux-systemd; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
4646
ENTRYPOINT ["/usr/local/bin/container-entrypoint"]
4747
CMD ["/usr/lib/systemd/systemd"]
4848
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:46 UTC 2024 - Dirk Mueller <dmueller@suse.com>
3+
4+
- Add missing procps package
5+
16
-------------------------------------------------------------------
27
Mon Jun 17 08:14:23 UTC 2024 - Dan Čermák <dcermak@suse.com>
38

0 commit comments

Comments
 (0)