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-04-22 22:14:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/init-image (Old) and /work/SRC/openSUSE:Factory/.init-image.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "init-image" Tue Apr 22 22:14:46 2025 rev:30 rq:1271922 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/init-image/init-image.changes 2025-01-02 19:21:57.381772383 +0100 +++ /work/SRC/openSUSE:Factory/.init-image.new.30101/init-image.changes 2025-04-22 22:14:53.931424468 +0200 @@ -1,0 +2,5 @@ +Mon Apr 14 08:40:50 UTC 2025 - SUSE Update Bot <bci-inter...@suse.de> + +- stylistic changes to pass dockerfmt + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.KLbIi9/_old 2025-04-22 22:14:54.491447900 +0200 +++ /var/tmp/diff_new_pack.KLbIi9/_new 2025-04-22 22:14:54.495448067 +0200 @@ -46,8 +46,8 @@ 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 mkdir -p /etc/systemd/system.conf.d/ && \ - printf "[Manager]\nLogColor=no" > \ +RUN 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 getty@tty1.service HEALTHCHECK --interval=5s --timeout=5s --retries=5 CMD ["/usr/bin/systemctl", "is-active", "multi-user.target"]