This repository was archived by the owner on Mar 19, 2026. It is now read-only.
Build container image #33
build.yaml
on: schedule
Build and push image
1m 5s
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:3ce969b542d8dfe70f62aefdf344b96d867ee3eb471e3906cdf0644f628a41aa
Copying blob sha256:15c37db99b32ead7bcf523e575eb4c383c2fb176c5930daa1ab38feb9a89866c
Copying config sha256:a35f1018eeb842bf274f060e549e8fb995b7ddf7064fef46d15c6a4cf66d8e2b
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
|