feat(agent-images): update Debian and add Podman #452

Merged
didericis merged 9 commits from feat/issue-451-agent-images into main 2026-07-21 14:52:46 -04:00
Collaborator

Part of #451

Summary

  • move Claude, Codex, and Pi images to explicit node:22-trixie-slim bases
  • install Podman from Debian stable in every built-in image
  • add a shared contract test for current and future built-in providers
  • document the image policy in a draft PRD

Testing

  • python3 -m unittest tests.unit.test_builtin_agent_images tests.unit.test_contrib_codex_provider tests.unit.test_contrib_claude_provider tests.unit.test_contrib_pi_provider (49 tests pass)
  • git diff --check

The full unit discovery run progressed through the suite without reporting a failure but did not terminate cleanly because of existing background process tests, so it was interrupted.

Part of #451 ## Summary - move Claude, Codex, and Pi images to explicit `node:22-trixie-slim` bases - install Podman from Debian stable in every built-in image - add a shared contract test for current and future built-in providers - document the image policy in a draft PRD ## Testing - `python3 -m unittest tests.unit.test_builtin_agent_images tests.unit.test_contrib_codex_provider tests.unit.test_contrib_claude_provider tests.unit.test_contrib_pi_provider` (49 tests pass) - `git diff --check` The full unit discovery run progressed through the suite without reporting a failure but did not terminate cleanly because of existing background process tests, so it was interrupted.
didericis-codex added 1 commit 2026-07-21 13:06:56 -04:00
feat(agent-images): update Debian and add Podman
test / integration-docker (pull_request) Successful in 20s
lint / lint (push) Successful in 49s
tracker-policy-pr / check-pr (pull_request) Successful in 9s
test / unit (pull_request) Successful in 1m44s
test / integration-firecracker (pull_request) Failing after 3m17s
test / coverage (pull_request) Has been skipped
test / publish-infra (pull_request) Has been skipped
57785a96c2
didericis added 1 commit 2026-07-21 13:25:23 -04:00
fix(agent-images): retain SSH client
test / integration-docker (pull_request) Successful in 22s
tracker-policy-pr / check-pr (pull_request) Successful in 22s
test / unit (pull_request) Successful in 46s
lint / lint (push) Successful in 51s
test / integration-firecracker (pull_request) Failing after 6m21s
test / coverage (pull_request) Has been skipped
test / publish-infra (pull_request) Has been skipped
1aeeb55b54
didericis added 1 commit 2026-07-21 13:38:09 -04:00
fix(agent-images): own Git config directory
tracker-policy-pr / check-pr (pull_request) Successful in 10s
test / integration-docker (pull_request) Successful in 14s
test / unit (pull_request) Successful in 37s
lint / lint (push) Successful in 49s
test / integration-firecracker (pull_request) Failing after 6m31s
test / coverage (pull_request) Has been skipped
test / publish-infra (pull_request) Has been skipped
7e5ffd9674
didericis added 1 commit 2026-07-21 13:40:22 -04:00
refactor(agent-images): use explicit Debian base
tracker-policy-pr / check-pr (pull_request) Successful in 13s
test / integration-docker (pull_request) Successful in 36s
test / unit (pull_request) Successful in 43s
lint / lint (push) Successful in 50s
test / integration-firecracker (pull_request) Failing after 7m18s
test / coverage (pull_request) Has been skipped
test / publish-infra (pull_request) Has been skipped
51b82f80d1
didericis added 1 commit 2026-07-21 13:41:12 -04:00
Revert "refactor(agent-images): use explicit Debian base"
tracker-policy-pr / check-pr (pull_request) Successful in 13s
test / integration-docker (pull_request) Successful in 36s
test / unit (pull_request) Successful in 45s
lint / lint (push) Successful in 57s
test / integration-firecracker (pull_request) Failing after 5m24s
test / coverage (pull_request) Has been skipped
test / publish-infra (pull_request) Has been skipped
735d8ed5f3
This reverts commit 51b82f80d1.
didericis added 1 commit 2026-07-21 14:09:33 -04:00
fix(firecracker): repair runtime Git config ownership
tracker-policy-pr / check-pr (pull_request) Successful in 9s
test / integration-docker (pull_request) Successful in 17s
test / unit (pull_request) Successful in 41s
lint / lint (push) Successful in 52s
test / integration-firecracker (pull_request) Failing after 5m32s
test / coverage (pull_request) Has been skipped
test / publish-infra (pull_request) Has been skipped
7512e3179a
didericis added 1 commit 2026-07-21 14:17:35 -04:00
fix(firecracker): pin the provisioned Git config
tracker-policy-pr / check-pr (pull_request) Successful in 10s
test / integration-docker (pull_request) Successful in 19s
lint / lint (push) Successful in 55s
test / unit (pull_request) Successful in 1m32s
test / integration-firecracker (pull_request) Failing after 3m4s
test / coverage (pull_request) Has been skipped
test / publish-infra (pull_request) Has been skipped
c2c934899c
didericis added 1 commit 2026-07-21 14:31:22 -04:00
fix(firecracker): restore agent home ownership at boot
test / integration-docker (pull_request) Successful in 20s
tracker-policy-pr / check-pr (pull_request) Successful in 20s
test / unit (pull_request) Successful in 40s
lint / lint (push) Successful in 55s
test / integration-firecracker (pull_request) Successful in 4m29s
test / coverage (pull_request) Failing after 16s
test / publish-infra (pull_request) Has been skipped
9256bce4d4
didericis added 1 commit 2026-07-21 14:40:39 -04:00
test(git): cover provisioning failures
tracker-policy-pr / check-pr (pull_request) Successful in 9s
test / integration-docker (pull_request) Successful in 17s
test / unit (pull_request) Successful in 36s
lint / lint (push) Successful in 54s
test / integration-firecracker (pull_request) Successful in 3m32s
test / coverage (pull_request) Successful in 15s
test / publish-infra (pull_request) Has been skipped
42bafcf740
didericis merged commit 3b5c55bc8e into main 2026-07-21 14:52:46 -04:00
didericis deleted branch feat/issue-451-agent-images 2026-07-21 14:52:47 -04:00
Sign in to join this conversation.