Skip to content

Add entrypoint script for detecting cadir rootless volume#137

Open
MirandaStreeter wants to merge 1 commit into
OpenVoxProject:mainfrom
MirandaStreeter:rootless_ca_entrypoint
Open

Add entrypoint script for detecting cadir rootless volume#137
MirandaStreeter wants to merge 1 commit into
OpenVoxProject:mainfrom
MirandaStreeter:rootless_ca_entrypoint

Conversation

@MirandaStreeter
Copy link
Copy Markdown

Unfortunately, rootless podman can't map the host's user IDs using --userns=keep-id without breaking a number of assumptions our startup sequence makes.

That's a good problem for future us. In the meantime, this PR lets us check permissions as part of the startup sequence and correct for ownership.

I've also adjusted the README to suggest named volumes (with instructions), which bypasses the piles of inode access caused by a chown -R.

@MirandaStreeter
Copy link
Copy Markdown
Author

Also see: #121

@rwaffen rwaffen added the enhancement New feature or request label May 29, 2026
Signed-off-by: Miranda Streeter <miranda@mirandastreeter.com>
@MirandaStreeter MirandaStreeter force-pushed the rootless_ca_entrypoint branch from aeacbbc to 866f511 Compare May 29, 2026 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants