Skip to content

Add entrypoint script for detecting cadir rootless volume#137

Merged
rwaffen merged 1 commit into
OpenVoxProject:mainfrom
MirandaStreeter:rootless_ca_entrypoint
Jun 2, 2026
Merged

Add entrypoint script for detecting cadir rootless volume#137
rwaffen merged 1 commit into
OpenVoxProject:mainfrom
MirandaStreeter:rootless_ca_entrypoint

Conversation

@MirandaStreeter
Copy link
Copy Markdown
Contributor

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
Contributor 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
@rwaffen rwaffen merged commit f3d4b93 into OpenVoxProject:main Jun 2, 2026
13 checks passed
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: Done

Development

Successfully merging this pull request may close these issues.

2 participants