Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package git-image for openSUSE:Factory checked in at 2026-04-21 12:43:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/git-image (Old) and /work/SRC/openSUSE:Factory/.git-image.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "git-image" Tue Apr 21 12:43:27 2026 rev:48 rq:1348288 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/git-image/git-image.changes 2026-03-27 06:40:24.875475916 +0100 +++ /work/SRC/openSUSE:Factory/.git-image.new.11940/git-image.changes 2026-04-21 12:43:48.083886529 +0200 @@ -1,0 +2,5 @@ +Mon Apr 20 16:13:34 UTC 2026 - SUSE Update Bot <[email protected]> + +- Change group id and permissions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.wILBWm/_old 2026-04-21 12:43:48.795916113 +0200 +++ /var/tmp/diff_new_pack.wILBWm/_new 2026-04-21 12:43:48.799916279 +0200 @@ -66,8 +66,8 @@ LABEL org.opensuse.release-stage="released" # endlabelprefix LABEL io.artifacthub.package.readme-url="%SOURCEURL_WITH(README.md)%" -RUN set -euo pipefail; useradd -r -u 1000 -g 0 -d /workspace -s /bin/bash git -RUN set -euo pipefail; mkdir -p /workspace && chown git:0 /workspace && chmod 775 /workspace +RUN set -euo pipefail; useradd -U -u 1000 -d /workspace -s /bin/bash git +RUN set -euo pipefail; mkdir -p /workspace && chown git: /workspace && chmod 755 /workspace WORKDIR /workspace ENV HOME=/workspace
