Commit graph

3 commits

Author SHA1 Message Date
4c472d0827 chore: prefer docker over podman for LXC compatibility
Podman rootless mode requires complex uid/gid mapping in LXC
containers. Docker works out of the box with nesting enabled.

Podman still supported as fallback if docker unavailable.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 20:55:38 +00:00
40bd1ac2aa fix(test): enable network for ISO test (package downloads) 2026-01-25 20:44:27 +00:00
4587740df1 test(01-05): add minimal ISO build test profile and script
- Minimal archiso profile (base + linux only)
- Test script runs build in container sandbox
- Verifies end-to-end ISO generation pipeline

Usage: ./scripts/test-iso-build.sh

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 20:44:09 +00:00