mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 15:45:53 +01:00
This test will - build a container image derived from FCOS, injecting bootc-under-test into it - Schedule a separate container derived from coreos-assembler which has a reference to that container injected via https://docs.ci.openshift.org/docs/architecture/ci-operator/#referring-to-images-in-tests - Run the stable FCOS base image via kola (qemu), injecting the target oscontainer - Execute a basic test that just verifies `status --json` today However, in the future we can change the build system to generate multiple container images, and test upgrades, rollbacks, etc. Signed-off-by: Colin Walters <walters@verbum.org>