coder-arch-workspace (sha256:b2264ba8973c5ed9cc779ba237f9a48ad381da1b956084ddbaaf4269fd4f837e)

Published 2026-07-06 21:42:14 +08:00 by thamw

Installation

docker pull git.tham.one/thamw/coder-arch-workspace@sha256:b2264ba8973c5ed9cc779ba237f9a48ad381da1b956084ddbaaf4269fd4f837e
sha256:b2264ba8973c5ed9cc779ba237f9a48ad381da1b956084ddbaaf4269fd4f837e

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 /rootfs/ / # buildkit
RUN /bin/sh -c ldconfig && sed -i '/BUILD_ID/a VERSION_ID=20260628.0.549485' /etc/os-release # buildkit
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
ARG OHMYTMUX_REF=af33f07134b76134acca9d01eacbdecca9c9cda6
ARG TARGETPLATFORM
ARG BUILDPLATFORM
RUN |3 OHMYTMUX_REF=af33f07134b76134acca9d01eacbdecca9c9cda6 TARGETPLATFORM=linux/amd64 BUILDPLATFORM=linux/arm64 /bin/sh -c if [ "$TARGETPLATFORM" != "$BUILDPLATFORM" ]; then sed -i 's/^#DisableSandboxSyscalls/DisableSandboxSyscalls/' /etc/pacman.conf; fi # buildkit
RUN |3 OHMYTMUX_REF=af33f07134b76134acca9d01eacbdecca9c9cda6 TARGETPLATFORM=linux/amd64 BUILDPLATFORM=linux/arm64 /bin/sh -c pacman -Sy --noconfirm archlinux-keyring && pacman-key --init && pacman-key --populate archlinux && pacman -Syu --noconfirm # buildkit
RUN |3 OHMYTMUX_REF=af33f07134b76134acca9d01eacbdecca9c9cda6 TARGETPLATFORM=linux/amd64 BUILDPLATFORM=linux/arm64 /bin/sh -c pacman -S --noconfirm --needed fish tmux git openssh mise && rm -rf /var/lib/pacman/sync/* /tmp/* /var/tmp/* # buildkit
RUN |3 OHMYTMUX_REF=af33f07134b76134acca9d01eacbdecca9c9cda6 TARGETPLATFORM=linux/amd64 BUILDPLATFORM=linux/arm64 /bin/sh -c groupadd -g 1000 coder && useradd -m -u 1000 -g 1000 -s /bin/bash coder # buildkit
ENV MISE_DATA_DIR=/opt/mise
ENV MISE_CONFIG_DIR=/opt/mise
RUN |3 OHMYTMUX_REF=af33f07134b76134acca9d01eacbdecca9c9cda6 TARGETPLATFORM=linux/amd64 BUILDPLATFORM=linux/arm64 /bin/sh -c mise use -g node@24 python@3.14 && chown -R coder:coder /opt/mise # buildkit
ENV PATH=/opt/mise/shims:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN |3 OHMYTMUX_REF=af33f07134b76134acca9d01eacbdecca9c9cda6 TARGETPLATFORM=linux/amd64 BUILDPLATFORM=linux/arm64 /bin/sh -c git clone https://github.com/gpakosz/.tmux.git /opt/.tmux && git -C /opt/.tmux checkout "${OHMYTMUX_REF}" && rm -rf /opt/.tmux/.git && ln -s /opt/.tmux/.tmux.conf /home/coder/.tmux.conf && cp /opt/.tmux/.tmux.conf.local /home/coder/.tmux.conf.local && chown -R coder:coder /home/coder # buildkit
RUN |3 OHMYTMUX_REF=af33f07134b76134acca9d01eacbdecca9c9cda6 TARGETPLATFORM=linux/amd64 BUILDPLATFORM=linux/arm64 /bin/sh -c printf 'export PATH="/opt/mise/shims:$PATH"\n' | cat - /home/coder/.bashrc > /tmp/bashrc.new && mv /tmp/bashrc.new /home/coder/.bashrc && printf '\n[ -n "$PS1" ] && [ -z "$FISH_LEVEL" ] && exec fish\n' >> /home/coder/.bashrc && chown coder:coder /home/coder/.bashrc # buildkit
WORKDIR /home/coder
USER coder

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-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 34b87485162b028c8d957bdcd2674359d883cd21
org.opencontainers.image.source https://gitlab.archlinux.org/archlinux/archlinux-docker
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-06 21:42:14 +08:00
4
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
450 MiB
Versions (19) View all
a6a7b76 2026-07-11
latest 2026-07-11
2026-07-11 2026-07-11
10c996f 2026-07-10
2026-07-10 2026-07-10