Package rootless Docker support - #405
Draft
acrogenesis wants to merge 2 commits into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rootless Docker needs Moby's rootless launcher and setup tool plus package-owned service defaults that cannot resolve daemon helpers through user-writable paths. This packages that runtime and supplies the companion Omarchy change with its rootless environment generator while keeping the separate Windows daemon root-only.
The
docker-rootless-extrasrecipe now installs bothdockerd-rootless.shanddockerd-rootless-setuptool.sh. Its generated user service usesPATH=/usr/binandXDG_CONFIG_HOME=%h/.config, preventing long-lived dockerd and RootlessKit helper resolution through mutable session paths. The Omarchy-specific changes live in.omarchy/patches/rootless-service-boundary.patch, so upstream refreshes reapply the boundary instead of silently dropping it; the downstream package release is29.8.0-1.1.Both stable and development settings recipes conditionally install the rootless Docker environment generator and rootful socket drop-in when the selected Omarchy source contains them. That keeps builds against the currently pinned stable source compatible until it advances.
Companion Omarchy PR: omacom/omarchy#11386
Validation
makepkg --verifysource --skippgpcheckmakepkg -f --noconfirmbuild ofdocker-rootless-extras 29.8.0-1.1docker.serviceinspectionmasterScreenshot