bootc-image-builder (debian-bootc-corrected)

Published 2025-08-08 18:56:41 +00:00 by robojerk

Installation

docker pull git.raines.xyz/robojerk/bootc-image-builder:debian-bootc-corrected
sha256:d03b559da11ba80ff630244ef94402ae86f8bc2a48d5867cb5991e3f207fdccd

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1753056000'
LABEL com.debian.bootc="true"
LABEL ostree.bootable="true"
/bin/sh -c apt-get update && apt-get install -y linux-image-amd64 systemd ostree grub-efi-amd64 --no-install-recommends
/bin/sh -c KERNEL_VERSION=$(ls /usr/lib/modules/ | head -1) && mv /boot/vmlinuz-* /usr/lib/modules/$KERNEL_VERSION/vmlinuz && mv /boot/initrd.img-* /usr/lib/modules/$KERNEL_VERSION/initramfs.img
/bin/sh -c echo "debian-bootc" > /etc/hostname && echo "127.0.0.1 localhost debian-bootc" > /etc/hosts
/bin/sh -c rm -rf /boot/* && apt-get clean && rm -rf /var/lib/apt/lists/*
CMD ["/bin/bash"]

Labels

Key Value
com.debian.bootc true
io.buildah.version 1.39.3
ostree.bootable true
Details
Container
2025-08-08 18:56:41 +00:00
3
OCI / Docker
linux/amd64
272 MiB
Versions (1) View all