Jack Bond-Preston jack

msvb-build (latest)

Published 2025-06-25 13:42:50 +01:00 by jack in jack/MagicStorageVoidBag

Installation

docker pull git.jackbondpreston.me/jack/msvb-build:latest
sha256:c4cc2cfe0f1f1033d18725007122c51086ee7f4d84310542a32908b3b7e865a9

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=20230611.0.157136
LABEL org.opencontainers.image.revision=a395f71b6337b7612e5749a62698d598869059f0
LABEL org.opencontainers.image.created=2023-06-11T00:06:39+00:00
COPY dir:5bcbc6d753462b5256bd3e682323362d50da99be384069b33450827f76bbb1bb in /
/bin/sh -c ldconfig && sed -i '/BUILD_ID/a VERSION_ID=20230611.0.157136' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
RUN /bin/sh -c printf "[multilib]\nInclude = /etc/pacman.d/mirrorlist\n" >> /etc/pacman.conf # buildkit
RUN /bin/sh -c pacman-key --init && pacman-key --populate # buildkit
RUN /bin/sh -c pacman -Syy --noconfirm --noprogressbar archlinux-keyring # buildkit
RUN /bin/sh -c pacman -Syu --noconfirm --noprogressbar --needed git base-devel # buildkit
RUN /bin/sh -c cat /etc/pacman.conf # buildkit
RUN /bin/sh -c useradd worker -m # buildkit
RUN /bin/sh -c passwd -d worker # buildkit
RUN /bin/sh -c printf 'worker ALL=(ALL) ALL\n' | tee -a /etc/sudoers # buildkit
USER worker
WORKDIR /home/worker/
RUN /bin/sh -c git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si --noconfirm # buildkit
RUN /bin/sh -c rm -rf yay # buildkit
RUN /bin/sh -c yay --version # buildkit
RUN /bin/sh -c yay -S --noconfirm sdl2-compat dotnet-sdk-8.0 cmake wget unzip steamcmd nodejs # buildkit
RUN /bin/sh -c wget https://github.com/FNA-XNA/FNA/releases/download/25.06/FNA-2506.zip # buildkit
RUN /bin/sh -c unzip FNA-2506.zip # buildkit
RUN /bin/sh -c cd FNA/lib/FNA3D && cmake . && make # buildkit
RUN /bin/sh -c sudo cp FNA/lib/FNA3D/libFNA* /usr/lib/ # buildkit
RUN /bin/sh -c rm -rf FNA* # 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 2023-06-11T00:06:39+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 a395f71b6337b7612e5749a62698d598869059f0
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 20230611.0.157136
Details
Container
2025-06-25 13:42:50 +01: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
1.6 GiB
Versions (1) View all
latest 2025-06-25