builder (sha256:1fadd62474118cf1875d978f988c04d6660f66b7c353ee41a3f37e933b1e913a)
Installation
docker pull git.foxden.network/foxdenaur/builder@sha256:1fadd62474118cf1875d978f988c04d6660f66b7c353ee41a3f37e933b1e913asha256:1fadd62474118cf1875d978f988c04d6660f66b7c353ee41a3f37e933b1e913aAbout 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=17D54F380F737CEE1E7223304BFC137ADE4F44D7 |
| 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"] |
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
2026-01-26 16:20:32 -08:00
Versions (2)
View all
Container
53
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