| 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=20260830.0.582275 |
| LABEL org.opencontainers.image.revision=34b87485162b028c8d957bdcd2674359d883cd21 |
| LABEL org.opencontainers.image.created=2026-08-30T00:09:25+00:00 |
| COPY /rootfs/ / # buildkit |
| RUN /bin/sh -c ldconfig && sed -i '/BUILD_ID/a VERSION_ID=20260830.0.582275' /etc/os-release # buildkit |
| ENV LANG=C.UTF-8 |
| CMD ["/usr/bin/bash"] |
| LABEL org.opencontainers.image.title=aur-autoupdate |
| LABEL org.opencontainers.image.description=Arch build environment for the AUR package autoupdater |
| LABEL org.opencontainers.image.source=https://git.bjphoster.com/aur/.autoupdate |
| RUN /bin/sh -c pacman -Syu --noconfirm --needed nodejs git openssh jq curl pacman-contrib namcap fuse2 python diffutils && rm -rf /var/cache/pacman/pkg/* # buildkit |
| RUN /bin/sh -c useradd --create-home --shell /bin/bash builder # buildkit |
| RUN /bin/sh -c runuser -u builder -- bash -c 'command -v makepkg && makepkg --version | head -1' # buildkit |