File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ COPY --from=target / /target
2828RUN 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
Original file line number Diff line number Diff line change 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-------------------------------------------------------------------
27Wed Mar 11 13:27:56 UTC 2026 - Dirk Müller <dmueller@suse.com>
38
You can’t perform that action at this time.
0 commit comments