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-01-22 15:15:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/distribution-image (Old) and /work/SRC/openSUSE:Factory/.distribution-image.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "distribution-image" Thu Jan 22 15:15:59 2026 rev:42 rq:1328585 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/distribution-image/distribution-image.changes 2026-01-02 14:28:55.125442882 +0100 +++ /work/SRC/openSUSE:Factory/.distribution-image.new.1928/distribution-image.changes 2026-01-22 15:18:01.155829932 +0100 @@ -1,0 +2,5 @@ +Wed Jan 21 21:40:01 UTC 2026 - SUSE Update Bot <[email protected]> + +- set permissions on volume mount directory + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.BrWuMt/_old 2026-01-22 15:18:02.691893986 +0100 +++ /var/tmp/diff_new_pack.BrWuMt/_new 2026-01-22 15:18:02.695894153 +0100 @@ -64,6 +64,7 @@ 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
