1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 15:45:53 +01:00

build-sys: Remove separate integration test image

The previous commit consolidated test content (nushell, cloud-init, etc.)
into the base image. This completes that work by removing the separate
`build-integration-test-image` target and updating all references.

Now `just build` produces the complete test-ready image directly,
simplifying the build pipeline and eliminating the intermediate
`localhost/bootc-integration` image.

Also adds SKIP_CONFIGS support for the coreos testing workflow, which
skips LBIs, test kargs, and install configs that would conflict with FCOS.

Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
Colin Walters
2026-01-06 14:56:15 -05:00
parent f1a7624542
commit a6c87c6667
15 changed files with 89 additions and 85 deletions

View File

@@ -1,3 +1,3 @@
# Just creates a file as a new layer for a synthetic upgrade test
FROM localhost/bootc-integration
FROM localhost/bootc
RUN touch --reference=/usr/bin/bash /usr/share/testing-bootc-upgrade-apply