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