We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69810c3 + 9c00e21 commit c947da6Copy full SHA for c947da6
2 files changed
xorg-image/Dockerfile
@@ -32,7 +32,7 @@ RUN set -euo pipefail; \
32
RUN set -euo pipefail; \
33
[ "$(rpm --root /target -q --qf '%{version}' xorg-x11-server | \
34
cut -d '.' -f -1)" = "21" ]
35
-RUN useradd -m user -u 1000
+RUN useradd -m user -u 1000 -g 100
36
37
# cleanup logs and temporary files
38
RUN set -euo pipefail; zypper -n --installroot /target clean -a; \
xorg-image/xorg-image.changes
@@ -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
6
-------------------------------------------------------------------
7
Thu Mar 26 12:42:13 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
8
0 commit comments