We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 417be39 + cdab8f4 commit fda6652Copy full SHA for fda6652
2 files changed
xorg-image/Dockerfile
@@ -34,7 +34,7 @@ RUN set -euo pipefail; \
34
RUN set -euo pipefail; \
35
[ "$(rpm --root /target -q --qf '%{version}' xorg-x11-server | \
36
cut -d '.' -f -1)" = "21" ]
37
-RUN useradd -m user -u 1000
+RUN useradd -m user -u 1000 -g 100
38
39
# cleanup logs and temporary files
40
RUN set -euo pipefail; zypper -n --installroot /target clean -a; \
xorg-image/xorg-image.changes
@@ -1,3 +1,8 @@
1
+-------------------------------------------------------------------
2
+Wed Apr 22 14:59:21 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
3
+
4
+- explicitly set group to the previously implicitly defined value
5
6
-------------------------------------------------------------------
7
Wed Mar 11 13:27:56 UTC 2026 - Dirk Müller <dmueller@suse.com>
8
0 commit comments