archlinux (latest)
Published 2026-02-16 00:01:03 +00:00 by merith-tk
Installation
docker pull git.merith.xyz/oci/archlinux:latestsha256:9f8c81a429449695cb080d72c39de8f4aee2c0d3caefdb0cfefbd044107beb59About this package
Functional Arch container + CI package builder
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=20260208.0.488728 |
| LABEL org.opencontainers.image.revision=0d7c4c0017584f9bcb495105cc412d6575f04564 |
| LABEL org.opencontainers.image.created=2026-02-08T00:07:04+00:00 |
| COPY /rootfs/ / # buildkit |
| RUN /bin/sh -c ldconfig && sed -i '/BUILD_ID/a VERSION_ID=20260208.0.488728' /etc/os-release # buildkit |
| ENV LANG=C.UTF-8 |
| CMD ["/usr/bin/bash"] |
| LABEL org.opencontainers.image.title=Merith Arch Builder |
| LABEL org.opencontainers.image.description=Functional Arch container + CI package builder |
| LABEL org.opencontainers.image.source=git.merith.xyz/oci/archlinux |
| RUN /bin/sh -c pacman -Syu --noconfirm # buildkit |
| RUN /bin/sh -c pacman -S --noconfirm git curl sudo jq openssh less nano which file ccache # buildkit |
| RUN /bin/sh -c pacman -Scc --noconfirm # buildkit |
| RUN /bin/sh -c useradd -m -u 1000 builder && echo "builder ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers # buildkit |
| USER builder |
| WORKDIR /home/builder |
| RUN /bin/sh -c git clone https://aur.archlinux.org/yay-bin.git && cd yay-bin && makepkg -si --noconfirm && cd ~ && rm -rf yay-bin # buildkit |
| RUN /bin/sh -c mkdir -p ~/.config && echo 'MAKEFLAGS="-j$(nproc)"' >> ~/.makepkg.conf && echo 'COMPRESSZST=(zstd -c -T0 --ultra -20 -)' >> ~/.makepkg.conf && echo 'PKGEXT=".pkg.tar.zst"' >> ~/.makepkg.conf && echo 'BUILDENV=(ccache !distcc color !ccache !check !sign)' >> ~/.makepkg.conf # buildkit |
| RUN /bin/sh -c mkdir -p ~/.ccache && echo 'export USE_CCACHE=1' >> ~/.bashrc && echo 'export CCACHE_DIR=~/.ccache' >> ~/.bashrc && echo 'export PATH="/usr/lib/ccache/bin:$PATH"' >> ~/.bashrc # buildkit |
| ENV BUILDER_UID=1000 PACKAGER=Merith <merith@merith.xyz> MAKEFLAGS=-j$(nproc) |
| CMD ["bash" "-lc" "echo 'Arch container ready.'; exec bash"] |
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-02-08T00:07:04+00:00 |
| org.opencontainers.image.description | Functional Arch container + CI package builder |
| 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 | git.merith.xyz/oci/archlinux |
| org.opencontainers.image.title | Merith Arch Builder |
| org.opencontainers.image.url | https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/master/README.md |
| org.opencontainers.image.version | 20260208.0.488728 |
Details
2026-02-16 00:01:03 +00:00
Versions (1)
View all
Container
418
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
327 MiB
latest
2026-02-16