-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Labels
agent-generatedCreated by automation/agentCreated by automation/agent
Description
Docker tasks currently bind-mount the host workdir into /app, so requested disk_bytes are not enforced by the runtime.
Use a bounded tmpfs mount for the Docker workdir path before bundle staging so build and run containers share the same /app contents while writes are capped to the requested disk budget. Keep shared uv and cargo caches outside that limit.
Acceptance criteria:
- Docker runtime mounts a bounded tmpfs for /app when disk_bytes is set.
- Bundle staging and the build/run split keep working with the shared workdir.
- Cleanup unmounts the workdir reliably after the task finishes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
agent-generatedCreated by automation/agentCreated by automation/agent