Skip to content

Commit a43653c

Browse files
Merge pull request #3692 from SUSE/for-deploy-7
🤖: Update build recipes for SP7
2 parents 03c4795 + 0e8c5c6 commit a43653c

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

git-image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ LABEL com.suse.release-stage="released"
7070
LABEL org.opencontainers.image.base.name="%BASE_REFNAME%"
7171
LABEL org.opencontainers.image.base.digest="%BASE_DIGEST%"
7272
LABEL 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
7575
WORKDIR /workspace
7676
ENV HOME=/workspace
7777

git-image/git-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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
-------------------------------------------------------------------
27
Mon Mar 16 13:31:20 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
38

0 commit comments

Comments
 (0)