workplace (0.1)
Published 2025-12-22 18:19:07 +01:00 by dzu
Installation
docker pull git.dzuchun.ing/dzu/workplace:0.1sha256:c8dd7d6403e070b55bc43c8e52df1571d9cf9f7ede89ffd02b3f4b94d66c39a5About 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=20251214.0.467559 |
| LABEL org.opencontainers.image.revision=7bdde954b0e096cd16f488d38ae69035783e5862 |
| LABEL org.opencontainers.image.created=2025-12-14T00:07:15+00:00 |
| COPY /rootfs/ / # buildkit |
| RUN /bin/sh -c ldconfig && sed -i '/BUILD_ID/a VERSION_ID=20251214.0.467559' /etc/os-release # buildkit |
| ENV LANG=C.UTF-8 |
| CMD ["/usr/bin/bash"] |
| SHELL [/bin/bash -fep -c] |
| /bin/bash -fep -c pacman --noconfirm -Syyu |
| /bin/bash -fep -c pacman --noconfirm -S git openssh gcc make fish wget neovim caddy docker luarocks deno tree-sitter-cli nix luarocks jdk21-openjdk |
| SHELL [/bin/bash -fep -c] |
| /bin/bash -fep -c useradd --create-home --shell /bin/fish -G docker dzu |
| ENV HOME=/home/dzu |
| WORKDIR /home/dzu |
| USER dzu |
| ENV XDG_CONFIG_HOME=/home/dzu/.config |
| /bin/bash -fep -c ls -l /home; ls -l /home/dzu; mkdir -pv $XDG_CONFIG_HOME |
| ENV FISH_CONFIG=/home/dzu/.config/fish/config.fish |
| /bin/bash -fep -c mkdir -pv $XDG_CONFIG_HOME/fish |
| SHELL [/bin/bash -fep -c] |
| ENV FISH_CONFIG=/home/dzu/.config/fish/config.fish |
| ENV XDG_CONFIG_HOME=/home/dzu/.config |
| WORKDIR /home/dzu |
| USER dzu |
| /bin/bash -fep -c curl --proto "=https" --tlsv1.2 -sSf https://sh.rustup.rs >> install_rust.sh; chmod +x install_rust.sh; ./install_rust.sh -y --component rust-src,rust-std,rust-analyzer,llvm-tools --target x86_64-unknown-linux-gnu,wasm32-unknown-unknown; rm install_rust.sh; mkdir -pv $HOME/.config/fish; echo 'source "$HOME/.cargo/env.fish"' >> $FISH_CONFIG; . "$HOME/.cargo/env"; cat /dev/null | rustup toolchain add nightly-x86_64-unknown-linux-gnu |
| SHELL [/bin/bash -fep -c] |
| ENV FISH_CONFIG=/home/dzu/.config/fish/config.fish |
| ENV XDG_CONFIG_HOME=/home/dzu/.config |
| WORKDIR /home/dzu |
| USER dzu |
| /bin/bash -fep -c git clone https://git.dzuchun.ing/dzu/nvim-config.git |
| WORKDIR /home/dzu/nvim-config |
| /bin/bash -fep -c mkdir -pv "$HOME/.local/bin"; make install; echo "if not contains "$HOME/.local/bin" $PATH" >> $FISH_CONFIG; echo " set -x PATH "$HOME/.local/bin" $PATH" >> $FISH_CONFIG; echo "end" >> $FISH_CONFIG; echo "set -U fish_greeting" >> $FISH_CONFIG |
| SHELL [/bin/bash -fep -c] |
| ENV FISH_CONFIG=/home/dzu/.config/fish/config.fish |
| ENV XDG_CONFIG_HOME=/home/dzu/.config |
| WORKDIR /home/dzu |
| USER dzu |
| /bin/bash -fep -c rm -rf $HOME/nvim-config; echo '# prompt colors :nails:' >> $FISH_CONFIG; echo 'set -xU fish_color_user ffc0ff' >> $FISH_CONFIG; echo 'set -xU _REMOTE_COLOR $(cat /home/dzu/persist/.host-color)' >> $FISH_CONFIG; echo 'set -xU fish_color_host $_REMOTE_COLOR' >> $FISH_CONFIG; echo 'set -xU fish_color_host_remote $_REMOTE_COLOR' >> $FISH_CONFIG; echo 'set -xU fish_color_cwd ff00c0' >> $FISH_CONFIG; echo '# correct terminal colors' >> $FISH_CONFIG; echo 'set -xU fish_term24bit 1' >> $FISH_CONFIG |
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-12-14T00:07:15+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 | 7bdde954b0e096cd16f488d38ae69035783e5862 |
| 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 | 20251214.0.467559 |
Details
2025-12-22 18:19:07 +01:00
Versions (1)
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
2.1 GiB
0.1
2025-12-22