File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime#openSUSE_BCI"
6666LABEL org.opensuse.release-stage="released"
6767# endlabelprefix
6868LABEL io.artifacthub.package.readme-url="%SOURCEURL_WITH(README.md)%"
69- RUN set -euo pipefail; useradd -r -u 1000 -g 0 -d /workspace -s /bin/bash git
70- RUN set -euo pipefail; mkdir -p /workspace && chown git:0 /workspace && chmod 775 /workspace
69+ RUN set -euo pipefail; useradd -U -u 1000 -d /workspace -s /bin/bash git
70+ RUN set -euo pipefail; mkdir -p /workspace && chown git: /workspace && chmod 755 /workspace
7171WORKDIR /workspace
7272ENV HOME=/workspace
7373
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Mon Apr 20 16:13:34 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
3+
4+ - Change group id and permissions
5+
16-------------------------------------------------------------------
27Thu Mar 26 12:42:13 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
38
You can’t perform that action at this time.
0 commit comments