opencode-docker-base (latest)

Published 2026-07-02 02:15:13 +00:00 by imagebuilder

Installation

docker pull git.lukko.de/lukko.de/opencode-docker-base:latest
sha256:de15e6e104ec4bd3d1b7d0cb44345fd1d61b2bb5c2a599c60cba754441cd5cea

About this package

Official containerd image of Arch Linux, a simple, lightweight Linux distribution aimed for flexibility.

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="20260628.0.549485"
LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21"
LABEL org.opencontainers.image.created="2026-06-28T00:09:46+00:00"
COPY dir:a514bdd2f13e91300e70793d615a636757c966443428d72032049b4cf118360d in /
/bin/sh -c ldconfig && sed -i '/BUILD_ID/a VERSION_ID=20260628.0.549485' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
ADD https://raw.githubusercontent.com/greyltc/docker-archlinux/master/get-new-mirrors.sh /usr/bin/get-new-mirrors # buildkit
RUN /bin/sh -c chmod +x /usr/bin/get-new-mirrors # buildkit
RUN /bin/sh -c get-new-mirrors # buildkit
ARG AUR_USER=ab
ARG HELPER=paru
ADD add-aur.sh /root # buildkit
RUN |2 AUR_USER=ab HELPER=paru /bin/sh -c bash /root/add-aur.sh "${AUR_USER}" "${HELPER}" # buildkit
WORKDIR /app/opencode
RUN mkdir -p /app/opencode/.config/opencode /var/ab/.local && chown -R ab:ab /var/ab && usermod -s /bin/bash ab && printf '# Allow ab user to run pacman, paru, and yay without password\nab ALL=(ALL) NOPASSWD: /usr/bin/pacman\nab ALL=(ALL) NOPASSWD: /usr/bin/paru\nab ALL=(ALL) NOPASSWD: /usr/bin/yay\n' > /etc/sudoers.d/opencode && chmod 0440 /etc/sudoers.d/opencode
RUN pacman -Sy --noconfirm reflector && reflector --latest 5 --sort rate --save /etc/pacman.d/mirrorlist && pacman -Syu --noconfirm git curl kubectl helm bash docker python3 docker-compose sudo nodejs npm uv nvidia-utils libglvnd vulkan-icd-loader && usermod -aG docker ab && pacman -Sc --noconfirm
ENV OPENDIR=/app/opencode
ENV NODE_ENV=production
ENV USER=ab
WORKDIR /var/ab
EXPOSE 4096
CMD ["opencode"]

Labels

Key Value
com.lukko.build.fingerprint 2bf0b3e4514d6215
com.lukko.build.imagename opencode-docker-base
io.buildah.version 1.43.2
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-06-28T00:09:46+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 8755e10414465cf94d5c851fa07093247b518593
org.opencontainers.image.source https://git.lukko.de/lukko.de/opencode-docker.git
org.opencontainers.image.title Arch Linux base-devel Image
org.opencontainers.image.url https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/master/README.md
org.opencontainers.image.version 20260628.0.549485
Details
Container
2026-07-02 02:15:13 +00:00
42
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
1.6 GiB
Versions (2) View all
2bf0b3e4514d6215 2026-07-02
latest 2026-07-02