services

For containerized services

arch-toolbox-amdgpu (ab2b033c543df530a25f84be08fed7436df81f9d)

Published 2025-05-04 02:44:09 -04:00 by ducoterra

Installation

docker pull gitea.reeseapps.com/services/arch-toolbox-amdgpu:ab2b033c543df530a25f84be08fed7436df81f9d
sha256:e613c6da44e2e9241c0ffbb33e3a58e7f81b29f38f4e9214b458ed27c27b8981

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=20250427.0.341977
LABEL org.opencontainers.image.revision=ae0527df18a9c5b94b28351b2265a20012d2fda0
LABEL org.opencontainers.image.created=2025-04-27T00:07:36+00:00
COPY /rootfs/ / # buildkit
RUN /bin/sh -c ldconfig && sed -i '/BUILD_ID/a VERSION_ID=20250427.0.341977' /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-04-27T00:07:36+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 ae0527df18a9c5b94b28351b2265a20012d2fda0
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 20250427.0.341977
Details
Container
2025-05-04 02:44:09 -04:00
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
18 GiB
Versions (5) View all