File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
ostree-ext/.github/workflows Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ sudo podman build --build-arg "sshpubkey=$(cat ~/.ssh/id_rsa.pub)" -f Containerf
11
11
mkdir -p ~ /.cache/bootc-dev/disks
12
12
rm -f ~ /.cache/bootc-dev/disks/lldb.raw
13
13
truncate -s 10G ~ /.cache/bootc-dev/disks/lldb.raw
14
- sudo podman run --pid=host --network=host --privileged --security-opt label=type:unconfined_t -v ~ /.cache/bootc-dev/disks:/output -v /dev:/dev localhost/bootc-lldb bootc install to-disk --via-loopback --generic-image --skip-fetch-check /output/lldb.raw
14
+ sudo podman run --pid=host --network=host --privileged --security-opt label=type:unconfined_t -v ~ /.cache/bootc-dev/disks:/output localhost/bootc-lldb bootc install to-disk --via-loopback --generic-image --skip-fetch-check /output/lldb.raw
15
15
16
16
# create a new VM in libvirt
17
17
set +e
Original file line number Diff line number Diff line change 59
59
- name : Integration tests
60
60
run : |
61
61
set -xeuo pipefail
62
- sudo podman run --rm -ti --privileged -v /:/target -v ./usr/bin/bootc:/usr/bin/bootc --pid=host --security-opt label=disable \
62
+ sudo podman run --rm -ti --privileged -v ./usr/bin/bootc:/usr/bin/bootc --pid=host --security-opt label=disable \
63
63
quay.io/centos-bootc/centos-bootc-dev:stream9 bootc install to-filesystem \
64
64
--karg=foo=bar --disable-selinux --replace=alongside /target
65
65
Original file line number Diff line number Diff line change 54
54
--privileged \
55
55
--tls-verify=false \
56
56
--pid=host \
57
- -v /:/target \
58
57
--security-opt label=type:unconfined_t \
59
58
{{ test_image_url }} \
60
59
bootc install to-existing-root"
You can’t perform that action at this time.
0 commit comments