fix(agent-images): own Git config directory

This commit is contained in:
2026-07-21 17:38:04 +00:00
committed by didericis
parent a970f974a2
commit 0ff11d8ed7
5 changed files with 19 additions and 1 deletions
@@ -25,6 +25,9 @@ modify the bottle or cannot run at all.
`node:22-trixie-slim`, based on Debian 13 (the current stable release).
- Every built-in agent image installs Podman from Debian stable.
- Every built-in agent image retains an SSH client for Git-over-SSH workflows.
- The non-root agent user owns a traversable XDG Git configuration directory,
so Git can load bot-bottle's global git-gate rewrites without permission
errors.
- A shared test enforces both requirements for current and future built-in
providers.