Build worker image of the Varve automated packaging system
| LABEL org.opencontainers.image.title="Arch Linux multilib-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="20260815.0.573906" |
| LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21" |
| LABEL org.opencontainers.image.created="2026-08-15T09:09:16+00:00" |
| COPY dir:8e5e878618c56ee84e8f1666d6d9230567211a27f3e078067c684d308444578f in / |
| /bin/sh -c ldconfig && sed -i '/BUILD_ID/a VERSION_ID=20260815.0.573906' /etc/os-release |
| ENV LANG=C.UTF-8 |
| CMD ["/usr/bin/bash"] |
| COPY container/worker/pacman.conf /etc/pacman.conf |
| RUN pacman -Sy --noconfirm |
| RUN pacman -S --noconfirm git subversion sudo |
| COPY varve-worker /usr/bin/varve-worker |
| RUN useradd -m builder && printf 'builder ALL=(ALL) NOPASSWD: ALL\n' > /etc/sudoers.d/builder && chmod 440 /etc/sudoers.d/builder |
| RUN install -d -o builder -g builder /var/lib/varve/work |
| Key |
Value |
| io.buildah.version |
1.45.0 |
| org.opencontainers.image.authors |
ShinKouyo <i@0x0f.dev> |
| org.opencontainers.image.created |
|
| org.opencontainers.image.description |
Build worker image of the Varve automated packaging system |
| org.opencontainers.image.documentation |
|
| org.opencontainers.image.licenses |
AGPL-3.0-or-later |
| org.opencontainers.image.revision |
|
| org.opencontainers.image.source |
https://git.0x0f.dev/shkouyo/varve |
| org.opencontainers.image.title |
Varve Worker |
| org.opencontainers.image.url |
https://git.0x0f.dev/shkouyo/varve |
| org.opencontainers.image.version |
|