Release 2.1.161 (2026-07-23)¶
Bug fixes¶
- reclaim anonymous venv mask volume on cache-build cleanup (#2501)
The cache-build path creates a build container, commits it, then removes it in the finally block. The cleanup used
rmwithout-v, orphaning the anonymous /workspace/.venv mask volume introduced in #2495 —nerdctl volume lsgrew by one per cold build. Add-vso the container's anonymous volumes are reclaimed on removal, matching the run path'srun --rmbehavior.
CI Evidence: All gates passed — full audit bundle available. Download →