tinyfox (latest)
Published 2025-08-22 11:51:46 -07:00 by SakurajimaShida
Installation
docker pull hephaestus.sunnypup.io/sakurajimashida/tinyfox:latestsha256:e1b65673f1036a14eae8935ec15518e3fcd7ca84eed3862daf075bbf6978eaf3About 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=20250817.0.405639 |
| LABEL org.opencontainers.image.revision=744b1c5c6a7f999c9a8b3daa5897c922e86563ee |
| LABEL org.opencontainers.image.created=2025-08-17T00:07:25+00:00 |
| COPY /rootfs/ / # buildkit |
| RUN /bin/sh -c ldconfig && sed -i '/BUILD_ID/a VERSION_ID=20250817.0.405639' /etc/os-release # buildkit |
| ENV LANG=C.UTF-8 |
| CMD ["/usr/bin/bash"] |
| RUN /bin/sh -c pacman -Syyu --noconfirm # buildkit |
| RUN /bin/sh -c pacman -S base-devel htop curl wget zsh python neovim git rsync gdb strace git-zsh-completion openssh lsof inetutils bear clang nodejs man --noconfirm # buildkit |
| RUN /bin/sh -c mkdir /code # buildkit |
| RUN /bin/sh -c chmod 777 /code # buildkit |
| RUN /bin/sh -c useradd -G wheel -ms /usr/bin/zsh affine # buildkit |
| WORKDIR /home/affine |
| RUN /bin/sh -c sed -i '/NOPASSWD/s/^#//g' /etc/sudoers # buildkit |
| USER affine |
| RUN /bin/sh -c wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/refs/heads/master/tools/install.sh -O - | zsh # buildkit |
| RUN /bin/sh -c echo "ZSH_THEME=amuse" >> .zshrc # buildkit |
| RUN /bin/sh -c curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain none -y # buildkit |
| ENV PATH=/home/affine/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| RUN /bin/sh -c rustup toolchain install nightly # buildkit |
| RUN /bin/sh -c rustup component add rust-analyzer # buildkit |
| RUN /bin/sh -c mkdir -p .config # buildkit |
| COPY assets/.vim .vim # buildkit |
| RUN /bin/sh -c sudo chown -R affine:affine .vim # buildkit |
| COPY assets/nvim .config/nvim # buildkit |
| COPY assets/coc .config/coc # buildkit |
| RUN /bin/sh -c sudo chown -R affine:affine .config # buildkit |
| COPY assets/.local .local # buildkit |
| RUN /bin/sh -c sudo chown -R affine:affine .local # buildkit |
| COPY secrets/.netrc .netrc # buildkit |
| RUN /bin/sh -c echo "alias nextcloudcmd=nextcloudcmd -n ~/.netrc" >> .zshrc # buildkit |
| COPY assets/message /msg # buildkit |
| RUN /bin/sh -c echo "cat /msg" >> .zshrc # buildkit |
| COPY assets/.gitconfig .gitconfig # buildkit |
| RUN /bin/sh -c sudo chown affine:affine .gitconfig # buildkit |
| RUN /bin/sh -c sudo pacman -Scc --noconfirm # buildkit |
| ENTRYPOINT ["/usr/bin/zsh" "--login"] |
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-08-17T00:07:25+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 | 20250817.0.405639 |
Details
2025-08-22 11:51:46 -07:00
Versions (1)
View all
Container
5
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.3 GiB
latest
2025-08-22