Skip to content

Commit c947da6

Browse files
authored
Merge pull request #3697 from SUSE/for-deploy-Tumbleweed
🤖: Update build recipes for Tumbleweed
2 parents 69810c3 + 9c00e21 commit c947da6

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

xorg-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN set -euo pipefail; \
3232
RUN set -euo pipefail; \
3333
[ "$(rpm --root /target -q --qf '%{version}' xorg-x11-server | \
3434
cut -d '.' -f -1)" = "21" ]
35-
RUN useradd -m user -u 1000
35+
RUN useradd -m user -u 1000 -g 100
3636

3737
# cleanup logs and temporary files
3838
RUN set -euo pipefail; zypper -n --installroot /target clean -a; \

xorg-image/xorg-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Wed Apr 22 15:22:15 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- explicitly set group id to a stable id as well (the one used in SLE15)
5+
16
-------------------------------------------------------------------
27
Thu Mar 26 12:42:13 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
38

0 commit comments

Comments
 (0)