Files
main/tools/test-install/docker-compose.yml
Divarion-D c58696944d chore: add Docker test container for release verification
- Dockerfile: Ubuntu 22.04 + systemd for testing installer end-to-end
- docker-compose.yml: build config for image
- test_release.sh: orchestration script (build/run/install/clean/logs)
- auto_install.sh: feeds answers to interactive installer prompts
- README.md: usage documentation

Container runs privileged with --cgroupns=host for systemd support.
Mounts dist/XC_VM.zip read-only, runs full install + post-verification.
2026-03-15 16:07:55 +03:00

7 lines
108 B
YAML

services:
xcvm-test:
build:
context: .
dockerfile: Dockerfile
image: xcvm-test:latest