Skip to content

Commit 4544af1

Browse files
Merge pull request #3691 from SUSE/for-deploy-16.0
🤖: Update build recipes for 16.0
2 parents f91bf7a + c4d658f commit 4544af1

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
@@ -71,8 +71,8 @@ LABEL com.suse.release-stage="released"
7171
LABEL org.opencontainers.image.base.name="%BASE_REFNAME%"
7272
LABEL org.opencontainers.image.base.digest="%BASE_DIGEST%"
7373
LABEL 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
7676
WORKDIR /workspace
7777
ENV HOME=/workspace
7878

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:13:25 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- Change group id and permissions
5+
16
-------------------------------------------------------------------
27
Thu Mar 26 12:42:03 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
38

0 commit comments

Comments
 (0)