debate/backend/app/services
Mikkel Georgsen cd54310129 feat(01-05): ISO build verified end-to-end on build VM
- Sandbox auto-detects podman/docker and handles sudo requirement
- Podman needs sudo for mkarchiso (loop devices, chroot)
- Docker runs privileged via daemon (no sudo needed)
- Test profile updated for UEFI-only boot (modern approach)
- Build VM (debate-builder) successfully produced 432MB ISO

Architecture:
- Dev LXC: FastAPI, PostgreSQL, code
- Build VM: Podman + archiso for ISO generation
- SSH triggers builds remotely

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 21:47:32 +00:00
..
__init__.py feat(01-05): add build orchestration service 2026-01-25 20:20:57 +00:00
build.py fix(01-05): use container-based builds instead of systemd-nspawn 2026-01-25 20:41:36 +00:00
deterministic.py feat(01-05): add deterministic build configuration service 2026-01-25 20:20:11 +00:00
sandbox.py feat(01-05): ISO build verified end-to-end on build VM 2026-01-25 21:47:32 +00:00