diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d13dbe4b..a70c7b47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,7 @@ jobs: run: | set -xeuo pipefail sudo podman run --rm -ti --privileged -v /:/target -v ./usr/bin/bootc:/usr/bin/bootc --pid=host --security-opt label=disable \ - quay.io/centos-boot/fedora-tier-1-dev:eln bootc install-to-filesystem --target-no-signature-verification \ + quay.io/centos-bootc/fedora-bootc-dev:eln bootc install-to-filesystem --target-no-signature-verification \ --karg=foo=bar --disable-selinux --replace=alongside /target ls -al /boot/loader/ sudo grep foo=bar /boot/loader/entries/*.conf diff --git a/tests/kolainst/install b/tests/kolainst/install index b71f4de2..fc9085ca 100755 --- a/tests/kolainst/install +++ b/tests/kolainst/install @@ -10,7 +10,7 @@ set -xeuo pipefail -IMAGE=quay.io/centos-boot/fedora-tier-1-dev:eln +IMAGE=quay.io/centos-bootc/fedora-bootc-dev:eln # TODO: better detect this, e.g. look for an empty device DEV=/dev/vda