builder (sha256:f75ddd34d57cbf0f3ba14b55e7854dd059c7169426eb45a71b5bb319c2e27b69)

Published 2026-01-26 16:17:48 -08:00 by Doridian in FoxDenAUR/builder

Installation

docker pull git.foxden.network/foxdenaur/builder@sha256:f75ddd34d57cbf0f3ba14b55e7854dd059c7169426eb45a71b5bb319c2e27b69
sha256:f75ddd34d57cbf0f3ba14b55e7854dd059c7169426eb45a71b5bb319c2e27b69

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-devel 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=20260118.0.482696
LABEL org.opencontainers.image.revision=0d7c4c0017584f9bcb495105cc412d6575f04564
LABEL org.opencontainers.image.created=2026-01-18T00:07:00+00:00
COPY /rootfs/ / # buildkit
RUN /bin/sh -c ldconfig && sed -i '/BUILD_ID/a VERSION_ID=20260118.0.482696' /etc/os-release # buildkit
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
ENV PUID=1000
ENV PGID=1000
RUN /bin/sh -c useradd aur && echo "aur ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers && mkdir -p /home/aur /aur /aur/tmp /home/aur/.gnupg && chown aur:aur /home/aur /aur /aur/tmp /home/aur/.gnupg && chmod 700 /home/aur/.gnupg /home/aur /aur/tmp # buildkit
COPY --chown=aur:aur docker/dotgnupg/ /home/aur/.gnupg/ # buildkit
COPY --chown=root:root docker/dotgnupg/ /root/.gnupg/ # buildkit
COPY docker/ /aur # buildkit
ENV HOME=/home/aur
WORKDIR /aur/keys/pgp
RUN /bin/sh -c find -type f -exec gpg --batch --no-tty --import {} \; # buildkit
WORKDIR /aur
ENV FOXDENAUR_KEY_ID=45B097915F67C9D68C19E5747B0F7660EAEC8D49
ENV CACHYOS_KEY_ID=F3B607488DB35A47
RUN /bin/sh -c pacman-key --init && gpg --batch --no-tty --export --armor "${FOXDENAUR_KEY_ID}" | pacman-key --add - && pacman-key --lsign-key "${FOXDENAUR_KEY_ID}" && gpg --batch --no-tty --export --armor "${CACHYOS_KEY_ID}" | pacman-key --add - && pacman-key --lsign-key "${CACHYOS_KEY_ID}" # buildkit
RUN /bin/sh -c pacman -Syu --noconfirm --needed gpgme && pacman --noconfirm -U 'https://mirror.cachyos.org/repo/x86_64/cachyos/cachyos-keyring-20240331-1-any.pkg.tar.zst' 'https://mirror.cachyos.org/repo/x86_64/cachyos/cachyos-mirrorlist-22-1-any.pkg.tar.zst' 'https://mirror.cachyos.org/repo/x86_64/cachyos/cachyos-v3-mirrorlist-22-1-any.pkg.tar.zst' 'https://mirror.cachyos.org/repo/x86_64/cachyos/cachyos-v4-mirrorlist-22-1-any.pkg.tar.zst' 'https://mirror.cachyos.org/repo/x86_64/cachyos/pacman-7.1.0.r9.g54d9411-2-x86_64.pkg.tar.zst' # buildkit
COPY docker/pacman.conf /etc/pacman.conf # buildkit
RUN /bin/sh -c pacman -Syu --noconfirm --needed ccid clang cmake coreutils distcc gcc git make pcsclite pkgconfig rsync sudo wget # buildkit
RUN /bin/sh -c cat /aur/pacman.conf.late >> /etc/pacman.conf && rm -f /etc/pacman.conf.late && echo 'Server = file:///aur/repo' > /etc/pacman.d/foxdenaur-mirrorlist && /aur/init.sh # buildkit
USER aur
RUN /bin/sh -c git config --global core.excludesFile '/aur/gitignore' # buildkit
USER root
ENTRYPOINT ["/aur/entrypoint.sh"]
USER root
RUN /bin/sh -c echo 'Server = https://mirror.foxden.network/foxdenaur/$arch' > /etc/pacman.d/foxdenaur-mirrorlist && echo 'Server = https://mirror.doridian.net/foxdenaur/$arch' >> /etc/pacman.d/foxdenaur-mirrorlist && pacman -Syu # buildkit
USER distcc
COPY docker/entrypoint-distcc.sh /entrypoint.sh # buildkit
ENTRYPOINT ["/entrypoint.sh"]
CMD ["--allow-private"]

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-01-18T00:07:00+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 0d7c4c0017584f9bcb495105cc412d6575f04564
org.opencontainers.image.source https://gitlab.archlinux.org/archlinux/archlinux-docker
org.opencontainers.image.title Arch Linux base-devel Image
org.opencontainers.image.url https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/master/README.md
org.opencontainers.image.version 20260118.0.482696
Details
Container
2026-01-26 16:17:48 -08:00
0
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
1.2 GiB
Versions (2) View all
latest 2026-01-26
distcc 2026-01-26