From dfda605b55d52b180aceeccaaeb2f342c05b99df Mon Sep 17 00:00:00 2001 From: renner Date: Fri, 15 May 2026 15:45:57 +0200 Subject: [PATCH] fix: docker group not being present in DX I have no idea why exactly the group is missing now. You can reproduce this by installing from our F43 ISOs, rebasing to DX which happens to be on F44 now and then running `ujust devmode` `ujust dx-group` I have no idea how this change never made it into a package. Related: - https://github.com/docker/docker-ce-packaging/pull/1195 - https://github.com/moby/moby/pull/49813 --- system_files/dx/usr/lib/sysusers.d/docker.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 system_files/dx/usr/lib/sysusers.d/docker.conf diff --git a/system_files/dx/usr/lib/sysusers.d/docker.conf b/system_files/dx/usr/lib/sysusers.d/docker.conf new file mode 100644 index 0000000..3b17179 --- /dev/null +++ b/system_files/dx/usr/lib/sysusers.d/docker.conf @@ -0,0 +1,6 @@ +# https://github.com/docker/docker-ce-packaging/pull/1195 +# https://github.com/moby/moby/pull/49813 +# FIXME: Why is this not yet in the official package, this has been upstream but is not there for some reason? +# this should be present in the docker-ce package, check with rpm -ql in the future +# and remove this file again +g docker -