fix(agent-images): retain SSH client

This commit is contained in:
2026-07-21 17:25:11 +00:00
committed by didericis
parent c845d3fed4
commit a970f974a2
6 changed files with 13 additions and 1 deletions
@@ -24,6 +24,7 @@ modify the bottle or cannot run at all.
- Every Dockerfile under `bot_bottle/contrib/*/Dockerfile` explicitly inherits
`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.
- A shared test enforces both requirements for current and future built-in
providers.