oci

archlinux (sha256:8449cee1d921286d4ffb91ddce8cf8b3d2dcfef0a18bb0f87d4bb80bc20e02c8)

Published 2026-04-23 00:00:57 +00:00 by merith-tk

Installation

docker pull git.merith.xyz/oci/archlinux@sha256:8449cee1d921286d4ffb91ddce8cf8b3d2dcfef0a18bb0f87d4bb80bc20e02c8
sha256:8449cee1d921286d4ffb91ddce8cf8b3d2dcfef0a18bb0f87d4bb80bc20e02c8

About 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=20260419.0.517065
LABEL org.opencontainers.image.revision=0d7c4c0017584f9bcb495105cc412d6575f04564
LABEL org.opencontainers.image.created=2026-04-19T00:06:37+00:00
COPY /rootfs/ / # buildkit
RUN /bin/sh -c ldconfig && sed -i '/BUILD_ID/a VERSION_ID=20260419.0.517065' /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-04-19T00:06:37+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 20260419.0.517065
Details
Container
2026-04-23 00:00:57 +00: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
337 MiB
Versions (1) View all
latest 2026-04-29