debian-atomic-testing (latest)

Published 2025-08-17 19:40:18 +00:00 by robojerk

Installation

docker pull git.raines.xyz/robojerk/debian-atomic-testing:latest
sha256:e9ff972ef2e444a406742b220863ecc1d49131d1fd4e825c6fa67ab20bdd6c96

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1754870400'
LABEL org.debian-atomic.variant="base"
LABEL org.debian-atomic.description="Base OSTree system"
LABEL org.debian-atomic.fedora-equivalent="base-atomic"
/bin/sh -c apt-get update && apt-get install -y systemd systemd-sysv dbus util-linux ostree ostree-boot grub2 grub-pc linux-image-amd64 initramfs-tools bash coreutils vim less curl wget sudo passwd network-manager iwd wireguard-tools openssh-client make gcc python3 python3-pip podman skopeo buildah lm-sensors powertop evtest bcache-tools input-remapper usbmuxd oddjob-mkhomedir linux-headers-amd64 dkms hwloc && rm -rf /var/lib/apt/lists/*
/bin/sh -c mkdir -p /ostree/repo && ostree --repo=/ostree/repo init --mode=bare
WORKDIR /
CMD ["/bin/bash"]
/bin/sh -c mkdir -p /ostree/repo
LABEL org.debian-atomic.variant="testing"
LABEL org.debian-atomic.description="Testing Environment for bootc, apt-ostree, bootupd"
LABEL org.debian-atomic.fedora-equivalent="testing"
/bin/sh -c apt-get update && apt-get install -y strace ltrace gdb valgrind build-essential cmake pkg-config systemd systemd-sysv && rm -rf /var/lib/apt/lists/*
COPY multi:8fd2c4ab49ecf86df2dcb00eee38e7bc650a6eca8716cd15936af4da30acb211 in /tmp/deb_packages/
/bin/sh -c cd /tmp/deb_packages && dpkg -i bootc_1.6.0-1~trixie1_amd64.deb || apt-get install -f -y && dpkg -i apt-ostree_0.1.0+build88.a4a1873d_amd64.deb || apt-get install -f -y && apt-get update && apt-get install -y efibootmgr grub-common libzstd1 && echo "Installing bootupd..." && dpkg -i deb-bootupd_0.2.28-1_amd64.deb && echo "bootupd installed successfully" && rm -rf /tmp/deb_packages && echo "=== Installed Debian Atomic Components (Working Build 88) ===" && bootc --version && apt-ostree --help && bootupctl --version
COPY file:61a1634320e1bdc230b2d311b0d7cf4393c206fb1df511e9b888dbc01311e4ba in /usr/lib/ostree/prepare-root.conf
/bin/sh -c mkdir -p /etc/ostree && cp /usr/lib/ostree/prepare-root.conf /etc/ostree/prepare-root.conf
/bin/sh -c mkdir -p /usr/share/ostree && cp /usr/lib/ostree/prepare-root.conf /usr/share/ostree/prepare-root.conf
/bin/sh -c mkdir -p /ostree/repo && ostree --repo=/ostree/repo init --mode=bare
WORKDIR /
CMD ["/bin/bash"]

Labels

Key Value
io.buildah.version 1.39.3
org.debian-atomic.description Testing Environment for bootc, apt-ostree, bootupd
org.debian-atomic.fedora-equivalent testing
org.debian-atomic.variant testing
Details
Container
2025-08-17 19:40:18 +00:00
11
OCI / Docker
linux/amd64
656 MiB
Versions (1) View all
latest 2025-08-17