diff --git a/test/bootc.install b/test/bootc.install new file mode 100644 index 000000000000..ef65a3ec1e56 --- /dev/null +++ b/test/bootc.install @@ -0,0 +1,25 @@ +#!/bin/sh +set -eux + +cd /var/tmp/ + +# bootc images have their own deployed image in a local registry +podman run -d --rm --name ostree-registry -p 5000:5000 -v /var/lib/cockpit-test-registry/:/var/lib/registry localhost/test-registry + +# build updated bootc image with our RPMs +podman build -t localhost/bootc-test --layers=false -f - . <