containers / bootc

Boot and upgrade via container images
https://containers.github.io/bootc/
Apache License 2.0
495 stars 65 forks source link

Failed to run skopeo --version #120

Closed GrabbenD closed 10 months ago

GrabbenD commented 10 months ago
# podman run --privileged --pid=host --net=none --security-opt label=type:unconfined_t ghcr.io/cgwalters/c9s-oscore bootc install --target-no-signature-verification --disable-selinux /dev/sdb
notice: Target has SELinux enabled, overriding to disable
Mounting devtmpfs
Initializing partitions
Creating filesystem
mke2fs 1.46.5 (30-Dec-2021)
Creating filesystem
Mounting /run/bootc/mounts/rootfs
Mounting /run/bootc/mounts/rootfs/boot
Creating ESP filesystem
Mounting /run/bootc/mounts/rootfs/boot/efi
Initializing ostree layout
Initializing sysroot
ostree/deploy/default initialized as OSTree root
ERROR Creating ostree deployment: Querying skopeo version: Failed to run skopeo --version: ExitStatus(unix_wait_status(32512))
GrabbenD commented 10 months ago

I had to install skopeo in the host, my bad!