Convert Podman Quadlet deployment from rootful to rootless#379
Draft
pablomh wants to merge 1 commit intotheforeman:masterfrom
Draft
Convert Podman Quadlet deployment from rootful to rootless#379pablomh wants to merge 1 commit intotheforeman:masterfrom
pablomh wants to merge 1 commit intotheforeman:masterfrom
Conversation
c8b8f97 to
667b826
Compare
Member
|
Will rootless containers work with private podman networks? |
Contributor
Author
|
I need to investigate it. My current tests have involved only installing and checking that I was able to pass the login page successfully. |
Member
|
Just keeping track of things that have come up around whether rootless will work, this is the other issue I could think of #220 |
Contributor
Author
|
Thanks! I'll keep an eye on that (I know it's one of the main issues, but wanted to share my work in case it could speed up development). |
Converts Foreman deployment to rootless Podman containers with dedicated service user and proper namespace isolation. Key changes: - Auto-allocate matching UID/GID for foreman service user - Map container volumes to proper UIDs (PostgreSQL:26, Redis:1001, Pulp:700) - Move certificates from /root to /var/lib/foreman with correct ownership - Add migration playbook for converting existing rootful deployments - Move Quadlet files to user scope (~/.config/containers/systemd) - Enable loginctl linger and configure unprivileged ports New components: - rootless_user role: Service user creation with auto-allocation - migrate-to-rootless playbook: Automated rootful-to-rootless migration Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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.
Converts Foreman deployment to rootless Podman containers with dedicated service user and proper namespace isolation.
Key changes:
New components: