debate/backend/app/services
Mikkel Georgsen 77a5aaa0f5 fix(01-05): use container-based builds instead of systemd-nspawn
Replace systemd-nspawn (Arch-only) with Podman/Docker containers:
- Works on any Linux host (Debian, Ubuntu, Fedora, etc.)
- Prefers Podman for rootless security, falls back to Docker
- Uses archlinux:latest image with archiso installed
- Network isolation via --network=none
- Resource limits: 8GB RAM, 4 CPUs
- Deterministic builds via SOURCE_DATE_EPOCH

This allows ISO builds from any development/production environment
rather than requiring an Arch-based build server.

LXC/Proxmox users: enable nesting on the container.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 20:41:36 +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 fix(01-05): use container-based builds instead of systemd-nspawn 2026-01-25 20:41:36 +00:00