banger/internal
Thales Maciel 3ed78fdcfc
Add experimental Void guest workflow and vsock agent
Make iterating on a Firecracker-friendly Void guest practical without replacing the Debian default image path.

Add local Void rootfs build/register/verify plumbing, a language-agnostic dev package baseline, and guest SSH/work-disk hardening so new images use the runtime bundle key, keep a normal root bash environment, and repair stale nested /root layouts on restart.

Replace the guest PING/PONG responder with an HTTP /healthz agent over vsock, rename the runtime bundle and config surface from ping helper to agent while still accepting the legacy keys, and route the post-SSH reminder through the new vm.health path.

Validated with GOCACHE=/tmp/banger-gocache go test ./..., make build, bash -n customize.sh make-rootfs-void.sh, and git diff --check.
2026-03-19 14:51:25 -03:00
..
api Add experimental Void guest workflow and vsock agent 2026-03-19 14:51:25 -03:00
cli Add experimental Void guest workflow and vsock agent 2026-03-19 14:51:25 -03:00
config Add experimental Void guest workflow and vsock agent 2026-03-19 14:51:25 -03:00
daemon Add experimental Void guest workflow and vsock agent 2026-03-19 14:51:25 -03:00
firecracker Add experimental Void guest workflow and vsock agent 2026-03-19 14:51:25 -03:00
guest Add experimental Void guest workflow and vsock agent 2026-03-19 14:51:25 -03:00
guestconfig Refactor VM lifecycle around capabilities 2026-03-18 19:28:26 -03:00
hostnat Move helper NAT management into Go 2026-03-17 15:07:49 -03:00
model Add experimental Void guest workflow and vsock agent 2026-03-19 14:51:25 -03:00
paths Add experimental Void guest workflow and vsock agent 2026-03-19 14:51:25 -03:00
policy Move avoidable daemon shell-outs into Go 2026-03-17 17:13:07 -03:00
rpc Propagate RPC cancellation to daemon requests 2026-03-16 18:28:33 -03:00
runtimebundle Add experimental Void guest workflow and vsock agent 2026-03-19 14:51:25 -03:00
store Speed up VM create with work seeds 2026-03-18 21:22:12 -03:00
system Add experimental Void guest workflow and vsock agent 2026-03-19 14:51:25 -03:00
vmdns Replace mapdns with daemon DNS 2026-03-17 15:49:35 -03:00
vsockagent Add experimental Void guest workflow and vsock agent 2026-03-19 14:51:25 -03:00