File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117
117
run : |
118
118
set -xeuo pipefail
119
119
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 -dev:eln bootc install-to-filesystem --target-no-signature-verification \
120
+ quay.io/centos-bootc /fedora-bootc -dev:eln bootc install-to-filesystem --target-no-signature-verification \
121
121
--karg=foo=bar --disable-selinux --replace=alongside /target
122
122
ls -al /boot/loader/
123
123
sudo grep foo=bar /boot/loader/entries/*.conf
Original file line number Diff line number Diff line change 10
10
11
11
set -xeuo pipefail
12
12
13
- IMAGE=quay.io/centos-boot /fedora-tier-1 -dev:eln
13
+ IMAGE=quay.io/centos-bootc /fedora-bootc -dev:eln
14
14
# TODO: better detect this, e.g. look for an empty device
15
15
DEV=/dev/vda
16
16
You can’t perform that action at this time.
0 commit comments