File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ LABEL com.suse.release-stage="released"
7171LABEL org.opencontainers.image.base.name="%BASE_REFNAME%"
7272LABEL org.opencontainers.image.base.digest="%BASE_DIGEST%"
7373LABEL io.artifacthub.package.readme-url="%SOURCEURL_WITH(README.md)%"
74- RUN set -euo pipefail; useradd -r -u 1000 -g 0 -d /workspace -s /bin/bash git
75- RUN set -euo pipefail; mkdir -p /workspace && chown git:0 /workspace && chmod 775 /workspace
74+ RUN set -euo pipefail; useradd -U -u 1000 -d /workspace -s /bin/bash git
75+ RUN set -euo pipefail; mkdir -p /workspace && chown git: /workspace && chmod 755 /workspace
7676WORKDIR /workspace
7777ENV HOME=/workspace
7878
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Mon Apr 20 16:13:25 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
3+
4+ - Change group id and permissions
5+
16-------------------------------------------------------------------
27Thu Mar 26 12:42:03 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
38
You can’t perform that action at this time.
0 commit comments