coder-arch-workspace (8f0ab0b)
Published 2026-07-07 13:22:16 +08:00 by thamw
Installation
docker pull git.tham.one/thamw/coder-arch-workspace:8f0ab0bsha256:c133e48756ffca2779dbbf07a24d1ff3fbb16b93058fe5064dac2a99e01b9920About 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 && rm -f /home/coder/.bashrc # 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 && chown -R coder:coder /opt/.tmux # buildkit |
| RUN |3 OHMYTMUX_REF=af33f07134b76134acca9d01eacbdecca9c9cda6 TARGETPLATFORM=linux/amd64 BUILDPLATFORM=linux/arm64 /bin/sh -c mkdir -p /opt/skel && printf 'export PATH="/opt/mise/shims:$PATH"\n\n[ -n "$PS1" ] && [ -z "$FISH_LEVEL" ] && exec fish\n' > /opt/skel/bashrc-fish-fragment && chown -R coder:coder /opt/skel # 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
2026-07-07 13:22:16 +08:00
Versions (19)
View all
Container
0
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
453 MiB