This repository was archived by the owner on Mar 19, 2026. It is now read-only.
Build container image #34
build.yaml
on: schedule
Build and push image
1m 3s
Annotations
1 error
|
Build and push image
Error: buildah exited with code 128
Trying to pull docker.io/archlinux/archlinux:latest...
Getting image source signatures
Copying blob sha256:c99b889f36c509ba9fdeaf8c61a6fbf3d75deae332d7cca7095810a65b57a073
Copying blob sha256:c2d5604f87c2e41ce0b12c870819d12e0ba18b6659e6539fe6d67e56c928f2e6
Copying config sha256:c4975e42f349133e3846284bf5a88ccf605d346472c0ceae76d6918bd51a16be
Writing manifest to image destination
warning: dependency cycle detected:
warning: systemd-libs will be installed before its libcap dependency
error: command failed to execute correctly
error: command failed to execute correctly
error: command failed to execute correctly
warning: database file for 'core' does not exist (use '-Sy' to download)
warning: database file for 'extra' does not exist (use '-Sy' to download)
:: Do you want to remove all other packages from cache? [Y/n] :: Do you want to remove unused repositories? [Y/n] :: Do you want to remove all other packages from cache? [Y/n] :: Do you want to remove unused repositories? [Y/n] Cloning into 'bootc'...
fatal: invalid reference: origin/composefs-backend
Error: building at STEP "RUN --mount=type=tmpfs,dst=/tmp cd /tmp && git clone https://github.com/bootc-dev/bootc.git bootc && cd bootc && git fetch --all && git switch origin/composefs-backend -d && cargo build --release --bins && install -Dpm0755 -t "${BOOTC_ROOTFS_MOUNTPOINT}/usr/lib/dracut/modules.d/37composefs/" ./crates/initramfs/dracut/module-setup.sh && install -Dpm0644 -t "${BOOTC_ROOTFS_MOUNTPOINT}/usr/lib/systemd/system/" ./crates/initramfs/bootc-root-setup.service && install -Dpm0755 -t "${BOOTC_ROOTFS_MOUNTPOINT}/usr/bin" ./target/release/bootc ./target/release/system-reinstall-bootc && install -Dpm0755 ./target/release/bootc-initramfs-setup "${BOOTC_ROOTFS_MOUNTPOINT}"/usr/lib/bootc/initramfs-setup": while running runtime: exit status 128
|