bd94cc9bbf
The previous commit moved the pi-agent repo mount from /workspace to
/home/user/{repo_name}. This exposed a permission bug: the Dockerfile
creates /workspace as a root-owned symlink in the image, and the
non-root entrypoint could not replace it because / is owned by root.
- Update compile_entrypoint to recreate /workspace via sudo when running
as the container user, or directly when running as root
- Add unit test covering sudo/root symlink creation
- Update OpenSpec change docs with the additional root cause
Quality gates:
- pytest tests/unit: 208 passed
- ruff: clean on changed files
- mypy: clean on changed files
- alembic heads: single head
21 lines
587 B
Markdown
21 lines
587 B
Markdown
# openspec/changes/fix-pi-container-mount-permissions (index)
|
|
dir: openspec/changes/fix-pi-container-mount-permissions
|
|
|
|
## role
|
|
Documents a bug fix for resolving permission issues with Pi container repository mounts and npm updates in a configurable home directory environment.
|
|
## parent
|
|
index: openspec/changes/.pi-map.index.md
|
|
map: openspec/changes/.pi-map.md
|
|
## children
|
|
-
|
|
## files
|
|
- change.md
|
|
- tasks.md
|
|
## links
|
|
index: openspec/changes/fix-pi-container-mount-permissions/.pi-map.index.md
|
|
map: openspec/changes/fix-pi-container-mount-permissions/.pi-map.md
|
|
## workflows
|
|
-
|
|
## dirty
|
|
-
|