Skip to content

Commit 03c4795

Browse files
Merge pull request #3688 from SUSE/for-deploy-7
🤖: Update build recipes for SP7
2 parents da6f96f + 693f0f9 commit 03c4795

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

xorg-client-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ COPY --from=target / /target
2828
RUN set -euo pipefail; \
2929
export CHKSTAT_ALLOW_INSECURE_MODE_IF_NO_PROC=1; \
3030
zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends libavcodec58_134 libpulse0 noto-sans-cjk-fonts xorg-x11-fonts
31-
RUN set -euo pipefail; useradd -m -u 1000 -U user
31+
RUN set -euo pipefail; useradd -m -u 1000 -g 100 user
3232

3333

3434
# cleanup logs and temporary files

xorg-client-image/xorg-client-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 15:44:55 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- Explicitly set group ID to 100 (bsc#1262306)
5+
16
-------------------------------------------------------------------
27
Wed Mar 11 13:27:56 UTC 2026 - Dirk Müller <dmueller@suse.com>
38

0 commit comments

Comments
 (0)