Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package init-image for openSUSE:Factory 
checked in at 2024-08-15 09:57:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/init-image (Old)
 and      /work/SRC/openSUSE:Factory/.init-image.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "init-image"

Thu Aug 15 09:57:54 2024 rev:20 rq:1193917 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/init-image/init-image.changes    2024-08-10 
19:13:14.319332110 +0200
+++ /work/SRC/openSUSE:Factory/.init-image.new.7232/init-image.changes  
2024-08-15 09:58:09.954570995 +0200
@@ -1,0 +2,5 @@
+Wed Aug 14 12:30:32 UTC 2024 - Dirk Mueller <dmuel...@suse.com>
+
+- install packages first
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.e9Aj0f/_old  2024-08-15 09:58:10.362588071 +0200
+++ /var/tmp/diff_new_pack.e9Aj0f/_new  2024-08-15 09:58:10.366588238 +0200
@@ -20,6 +20,8 @@
 
 FROM opensuse/tumbleweed:latest
 
+RUN set -euo pipefail; zypper -n in --no-recommends systemd gzip; zypper -n 
clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
+
 # Define labels according to 
https://en.opensuse.org/Building_derived_containers
 # labelprefix=org.opensuse.bci.init
 LABEL org.opencontainers.image.authors="openSUSE (https://www.opensuse.org/)"
@@ -39,8 +41,6 @@
 LABEL 
io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/init-image/README.md";
 LABEL 
io.artifacthub.package.logo-url="https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg";
 LABEL usage="This container should only be used to build containers for 
daemons. Add your packages and enable services using systemctl."
-
-RUN set -euo pipefail; zypper -n in --no-recommends systemd gzip; zypper -n 
clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
 CMD ["/usr/lib/systemd/systemd"]
 
 RUN mkdir -p /etc/systemd/system.conf.d/ && \

Reply via email to