Skip to content

Commit 24c8972

Browse files
committed
tests/install: Switch to -dev base image
Because we'll be relying on newer bootupd bits. Signed-off-by: Colin Walters <[email protected]>
1 parent b87d620 commit 24c8972

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
run: |
118118
set -xeuo pipefail
119119
sudo podman run --rm -ti --privileged -v /:/target -v ./usr/bin/bootc:/usr/bin/bootc --pid=host --security-opt label=disable \
120-
quay.io/centos-boot/fedora-tier-1:eln bootc install-to-filesystem --target-no-signature-verification \
120+
quay.io/centos-boot/fedora-tier-1-dev:eln bootc install-to-filesystem --target-no-signature-verification \
121121
--karg=foo=bar --disable-selinux --replace=alongside /target
122122
ls -al /boot/loader/
123123
sudo grep foo=bar /boot/loader/entries/*.conf

tests/kolainst/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
set -xeuo pipefail
1212

13-
IMAGE=quay.io/centos-boot/fedora-tier-1:eln
13+
IMAGE=quay.io/centos-boot/fedora-tier-1-dev:eln
1414
# TODO: better detect this, e.g. look for an empty device
1515
DEV=/dev/vda
1616

0 commit comments

Comments
 (0)