Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package distribution-image for openSUSE:Factory checked in at 2026-03-02 17:41:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/distribution-image (Old) and /work/SRC/openSUSE:Factory/.distribution-image.new.29461 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "distribution-image" Mon Mar 2 17:41:54 2026 rev:43 rq:1335859 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/distribution-image/distribution-image.changes 2026-01-22 15:18:01.155829932 +0100 +++ /work/SRC/openSUSE:Factory/.distribution-image.new.29461/distribution-image.changes 2026-03-02 17:42:40.869201652 +0100 @@ -1,0 +2,5 @@ +Mon Mar 2 10:29:06 UTC 2026 - SUSE Update Bot <[email protected]> + +- switch to systemd-tmpfiles for directory creation + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.B56GuN/_old 2026-03-02 17:42:41.721236736 +0100 +++ /var/tmp/diff_new_pack.B56GuN/_new 2026-03-02 17:42:41.725236900 +0100 @@ -31,6 +31,9 @@ RUN set -euo pipefail; \ [ "$(rpm --root /target -q --qf '%{version}' distribution-registry | \ cut -d '.' -f -2)" = "3.0" ] +RUN set -euo pipefail; zypper -n install --no-recommends systemd && \ + systemd-tmpfiles --create --root /target distribution-registry.conf + # cleanup logs and temporary files RUN set -euo pipefail; zypper -n --installroot /target clean -a; \ @@ -64,7 +67,6 @@ ENTRYPOINT ["/usr/bin/registry"] CMD ["serve", "/etc/registry/config.yml"] EXPOSE 5000/tcp -RUN set -euo pipefail; install -d -m 0755 -o registry -g registry /var/lib/docker-registry USER registry VOLUME /var/lib/docker-registry
