Block a user
arch-builder (latest)
Published 2026-05-13 08:27:26 +00:00 by elordenador
Installation
docker pull git.elordenador.org/elordenador/arch-builder:latestsha256:ac8aebc79956705c78f61d33487adf867c5e615d336ec20474e854eb26159b17
Images
| Digest | OS / Arch | Size |
|---|---|---|
| a506009e56 | linux/amd64 | 492 MiB |
Image Layers ( linux/amd64)
| 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="20260512.0.528494" |
| LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21" |
| LABEL org.opencontainers.image.created="2026-05-12T09:11:28+00:00" |
| COPY dir:e50a85d782e71e0c352f0f823a8424b16f58c943d0990be98f70f70dbe3a08da in / |
| /bin/sh -c ldconfig && sed -i '/BUILD_ID/a VERSION_ID=20260512.0.528494' /etc/os-release |
| ENV LANG=C.UTF-8 |
| CMD ["/usr/bin/bash"] |
| RUN /bin/sh -c pacman -Syu --noconfirm && pacman -S --noconfirm base-devel git sudo nodejs npm # buildkit |
| RUN /bin/sh -c useradd -m builder && echo "builder ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers # buildkit |
| RUN /bin/sh -c mkdir -pv /workspace # buildkit |
| RUN /bin/sh -c chown -R builder:builder /workspace # buildkit |
| WORKDIR /workspace |
| USER builder |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.43.1 |
| 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-05-12T09:11:28+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 | 34b87485162b028c8d957bdcd2674359d883cd21 |
| org.opencontainers.image.source | https://gitlab.archlinux.org/archlinux/archlinux-docker |
| org.opencontainers.image.title | Arch Linux base Image |
| org.opencontainers.image.url | https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/master/README.md |
| org.opencontainers.image.version | 20260512.0.528494 |