- No bloat, only most common tools are added
- Initialize pacman keyrings at build stage, making
pacman -Syu
work out of the box - Additional package repos:
- archlinuxcn
- blackarch
- btwiuse (for personal use)
- aur (manually install
yay
oryaourt
first)
$ docker run -it btwiuse/arch
$ pacman -Syu yay
FROM btwiuse/arch
RUN pacman -Syu --noconfirm neofetch
$ kubectl run -it arch --image=btwiuse/arch
If you don't see a command prompt, try pressing enter.
[root@arch /]# pacman -Syu neofetch
On https://github.com/codespaces/new, open repo btwiuse/arch
, then click "Create codespace"