Skip to content

Commit 69810c3

Browse files
Merge pull request #3690 from SUSE/for-deploy-Tumbleweed
🤖: Update build recipes for Tumbleweed
2 parents 96c23a6 + cad4293 commit 69810c3

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
@@ -66,8 +66,8 @@ LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime#openSUSE_BCI"
6666
LABEL org.opensuse.release-stage="released"
6767
# endlabelprefix
6868
LABEL 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
7171
WORKDIR /workspace
7272
ENV HOME=/workspace
7373

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

0 commit comments

Comments
 (0)