This repository was archived by the owner on Mar 19, 2026. It is now read-only.
Build container image #29
build.yaml
on: schedule
Build and push image
1m 4s
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:8f9e19bf9368184dcdb1a58f9d938826ca36136d9d02685cd75cc6b64296557a
Copying blob sha256:bd236eeaa3542e087d9e434ceb52ddcd8c53f6ae638ec7a78a555cb1ce32d1f4
Copying config sha256:8260605dc97b4a1607b416450ac73f460c3579ed7130ef203abc87472a0c7a07
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
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
|