daggerbot (koi)

Published 2026-06-15 09:38:48 +10:00 by nwerosama

Installation

docker pull git.playground.red/nwerosama/daggerbot:koi
sha256:167e7ff75477d5ae150b30249e53c5bad3e658db31cf7d8d8f4f1ddc3621b204

About this package

Official containerd image of Arch Linux, a simple, lightweight Linux distribution aimed for flexibility.

Image layers

LABEL org.opencontainers.image.title=Arch Linux base Image
LABEL org.opencontainers.image.description=Official containerd image of Arch Linux, a simple, lightweight Linux distribution aimed for flexibility.
LABEL org.opencontainers.image.authors=Santiago Torres-Arias <santiago@archlinux.org> (@SantiagoTorres), Christian Rebischke <Chris.Rebischke@archlinux.org> (@shibumi), Justin Kromlinger <hashworks@archlinux.org> (@hashworks)
LABEL org.opencontainers.image.url=https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/master/README.md
LABEL org.opencontainers.image.documentation=https://wiki.archlinux.org/title/Docker#Arch_Linux
LABEL org.opencontainers.image.source=https://gitlab.archlinux.org/archlinux/archlinux-docker
LABEL org.opencontainers.image.licenses=GPL-3.0-or-later
LABEL org.opencontainers.image.version=20260607.0.541780
LABEL org.opencontainers.image.revision=34b87485162b028c8d957bdcd2674359d883cd21
LABEL org.opencontainers.image.created=2026-06-07T00:09:31+00:00
COPY /rootfs/ / # buildkit
RUN /bin/sh -c ldconfig && sed -i '/BUILD_ID/a VERSION_ID=20260607.0.541780' /etc/os-release # buildkit
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
LABEL org.opencontainers.image.source=https://git.playground.red/nwerosama/daggerbot
ENV RUST_LOG=info,serenity=debug
RUN /bin/sh -c pacman-key --init && rm -rf /var/cache/pacman/pkg/** && rm -rf /usr/share/{man,doc,info} # buildkit
WORKDIR /daggerbot
COPY ./target/release/daggerbot . # buildkit
COPY ./assets/presence.toml . # buildkit
COPY ./schemas schemas # buildkit
EXPOSE [8888/tcp 9000/tcp]
CMD ["./daggerbot"]

Labels

Key Value
org.opencontainers.image.authors Santiago Torres-Arias <santiago@archlinux.org> (@SantiagoTorres), Christian Rebischke <Chris.Rebischke@archlinux.org> (@shibumi), Justin Kromlinger <hashworks@archlinux.org> (@hashworks)
org.opencontainers.image.created 2026-06-07T00:09:31+00:00
org.opencontainers.image.description Official containerd image of Arch Linux, a simple, lightweight Linux distribution aimed for flexibility.
org.opencontainers.image.documentation https://wiki.archlinux.org/title/Docker#Arch_Linux
org.opencontainers.image.licenses GPL-3.0-or-later
org.opencontainers.image.revision 34b87485162b028c8d957bdcd2674359d883cd21
org.opencontainers.image.source https://git.playground.red/nwerosama/daggerbot
org.opencontainers.image.title Arch Linux base Image
org.opencontainers.image.url https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/master/README.md
org.opencontainers.image.version 20260607.0.541780
Details
Container
2026-06-15 09:38:48 +10:00
43
OCI / Docker
linux/amd64
Santiago Torres-Arias <santiago@archlinux.org> (@SantiagoTorres), Christian Rebischke <Chris.Rebischke@archlinux.org> (@shibumi), Justin Kromlinger <hashworks@archlinux.org> (@hashworks)
GPL-3.0-or-later
140 MiB
Versions (2) View all
koi 2026-06-15
service 2026-06-15