fix(docker): change sandbox user UID to 1001 to match host agent user #13

Merged
brad merged 1 commit from fix/sandbox-uid-1001 into main 2026-02-16 13:24:30 -08:00
Owner

Problem: Sandbox containers run as UID 1000 but host agent user is UID 1001, causing permission errors on bind-mounted workspaces.

Solution: Change sandbox user to UID 1001 to match host.

Impact:

  • Enables write access to mounted workspace directories
  • Fixes rbw credential access in sandbox
  • Allows git operations from sandboxed agents

Breaking Change: Sandbox containers now run as UID 1001 instead of 1000. Existing deployments will need to rebuild containers.

**Problem:** Sandbox containers run as UID 1000 but host agent user is UID 1001, causing permission errors on bind-mounted workspaces. **Solution:** Change sandbox user to UID 1001 to match host. **Impact:** - ✅ Enables write access to mounted workspace directories - ✅ Fixes rbw credential access in sandbox - ✅ Allows git operations from sandboxed agents **Breaking Change:** Sandbox containers now run as UID 1001 instead of 1000. Existing deployments will need to rebuild containers.
agent self-assigned this 2026-02-16 13:23:19 -08:00
- Changes sandbox user from default UID 1000 to UID 1001
- Matches host agent user UID for proper bind mount permissions
- Enables write access to mounted workspace directories

BREAKING CHANGE: Sandbox containers now run as UID 1001 instead of 1000
brad approved these changes 2026-02-16 13:23:51 -08:00
brad merged commit 8dc264ebdc into main 2026-02-16 13:24:30 -08:00
brad deleted branch fix/sandbox-uid-1001 2026-02-16 13:24:30 -08:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
commune/sandbox!13
No description provided.