services

For containerized services

arch-toolbox-amdgpu (22c1d635c6a8e1b5b9638953a20aacacaeb21c64)

Published 2025-07-15 00:58:38 -04:00 by ducoterra

Installation

docker pull gitea.reeseapps.com/services/arch-toolbox-amdgpu:22c1d635c6a8e1b5b9638953a20aacacaeb21c64
sha256:db943de03d2e54e4e1a5d5ec8259820111afbdd0d0afee424804968aeac54946

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 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=20250713.0.382768
LABEL org.opencontainers.image.revision=744b1c5c6a7f999c9a8b3daa5897c922e86563ee
LABEL org.opencontainers.image.created=2025-07-13T00:07:31+00:00
COPY /rootfs/ / # buildkit
RUN /bin/sh -c ldconfig && sed -i '/BUILD_ID/a VERSION_ID=20250713.0.382768' /etc/os-release # buildkit
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
RUN /bin/sh -c tee -a /etc/pacman.conf <<EOF [multilib] Include = /etc/pacman.d/mirrorlist EOF # buildkit
RUN /bin/sh -c sed -i 's/^Architecture = auto/Architecture = x86_64/' /etc/pacman.conf # buildkit
RUN /bin/sh -c pacman -Syu --noconfirm # buildkit
RUN /bin/sh -c pacman -S --noconfirm zsh pkgfile vim bind iperf3 kubectl helm nethogs python python-pip python-pipx ansible tmux ffmpeg wine podman docker docker-compose docker-buildx unzip bat btop jq yq imagemagick nodejs npm go rust rustup git-lfs net-tools glances networkmanager pandoc texlive-latex texlive-latexextra texlive-latexrecommended texlive-binextra texlive-fontsrecommended texlive-fontsextra ruff pwgen qmk libmemcached-awesome systemd make gcc base-devel noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra reptyr openbsd-netcat 7zip # buildkit
RUN /bin/sh -c sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" # buildkit
RUN /bin/sh -c curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && unzip -qq awscliv2.zip && ./aws/install && rm awscliv2.zip && rm -rf aws # buildkit
RUN /bin/sh -c curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/youtube-dlp && chmod a+rx /usr/local/bin/youtube-dlp # buildkit
RUN /bin/sh -c useradd -m build # buildkit
RUN /bin/sh -c echo "build ALL = (root) NOPASSWD: $(which pacman)" >> /etc/sudoers # buildkit
WORKDIR /home/build
USER build
RUN /bin/sh -c git clone https://aur.archlinux.org/visual-studio-code-bin.git && cd visual-studio-code-bin && makepkg -si --noconfirm && cd .. && rm -rf visual-studio-code-bin # buildkit
USER root
WORKDIR /
COPY arch-toolbox-supporting-files/arch-toolbox-tmux.conf /etc/tmux.conf # buildkit
COPY arch-toolbox-supporting-files/arch-toolbox-default-useradd /etc/default/useradd # buildkit
RUN /bin/sh -c pacman -S --noconfirm rocm-hip-sdk rocm-opencl-sdk # buildkit
RUN /bin/sh -c curl -L https://ollama.com/download/ollama-linux-amd64.tgz -o ollama-linux-amd64.tgz && tar -C /usr -xzf ollama-linux-amd64.tgz && rm ollama-linux-amd64.tgz # buildkit
RUN /bin/sh -c curl -L https://ollama.com/download/ollama-linux-amd64-rocm.tgz -o ollama-linux-amd64-rocm.tgz && tar -C /usr -xzf ollama-linux-amd64-rocm.tgz && rm ollama-linux-amd64-rocm.tgz # buildkit
COPY arch-toolbox-supporting-files/ollama-* /usr/local/bin/ # buildkit
RUN /bin/sh -c chmod -R +x /usr/local/bin # buildkit

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 2025-07-13T00:07:31+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 744b1c5c6a7f999c9a8b3daa5897c922e86563ee
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 20250713.0.382768
Details
Container
2025-07-15 00:58:38 -04:00
1
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
17 GiB
Versions (5) View all