unplugged-system/external/crosvm/tools/contrib/minimal_containers
2025-10-06 13:59:42 +00:00
..
Dockerfile.debian Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
Dockerfile.ubuntu Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
run.sh Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
test-all.sh Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

Minimal Containers

These containers simulate a fresh developer workstation and can be used to test out-of-the box development workflows for crosvm.

To run one of the containers:

./run.sh Dockerfile.ubuntu

Or to run cargo build in all containers run:

./test-all.sh

Note: These scripts are experimental and not validated in CI.