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 2025-05-20 09:31:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/init-image (Old)
 and      /work/SRC/openSUSE:Factory/.init-image.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "init-image"

Tue May 20 09:31:38 2025 rev:32 rq:1277405 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/init-image/init-image.changes    2025-04-28 
16:20:34.319807826 +0200
+++ /work/SRC/openSUSE:Factory/.init-image.new.30101/init-image.changes 
2025-05-20 09:31:47.613445972 +0200
@@ -1,0 +2,5 @@
+Wed May 14 09:45:04 UTC 2025 - SUSE Update Bot <[email protected]>
+
+- preallocate users with fixed uids
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.OSNXCJ/_old  2025-05-20 09:31:48.953501108 +0200
+++ /var/tmp/diff_new_pack.OSNXCJ/_new  2025-05-20 09:31:48.989502588 +0200
@@ -46,9 +46,11 @@
 LABEL usage="This container should only be used to build containers for 
daemons. Add your packages and enable services using systemctl."
 CMD ["/usr/lib/systemd/systemd"]
 
-RUN install -d -m 0755 /etc/systemd/system.conf.d/ \
+RUN set -euo pipefail; install -d -m 0755 /etc/systemd/system.conf.d/ \
     && printf "[Manager]\nLogColor=no" > \
         /etc/systemd/system.conf.d/01-sle-bci-nocolor.conf
-RUN systemctl disable [email protected]
+RUN set -euo pipefail; systemctl disable [email protected]
+RUN set -euo pipefail; useradd --no-create-home --uid 497 systemd-coredump
+
 HEALTHCHECK --interval=5s --timeout=5s --retries=5 CMD ["/usr/bin/systemctl", 
"is-active", "multi-user.target"]
 

Reply via email to