archdesktop (sha256:6131448db8c5e3dde1580f07c5551a6b803fc9a1edc5367baa5054fd83787ccf)

Published 2026-05-29 09:48:07 -04:00 by maxpeterkaya in maxpeterkaya/archdesktop

Installation

docker pull vc.maxkaya.com/maxpeterkaya/archdesktop@sha256:6131448db8c5e3dde1580f07c5551a6b803fc9a1edc5367baa5054fd83787ccf
sha256:6131448db8c5e3dde1580f07c5551a6b803fc9a1edc5367baa5054fd83787ccf

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=20260524.0.535079
LABEL org.opencontainers.image.revision=34b87485162b028c8d957bdcd2674359d883cd21
LABEL org.opencontainers.image.created=2026-05-24T00:12:57+00:00
COPY /rootfs/ / # buildkit
RUN /bin/sh -c ldconfig && sed -i '/BUILD_ID/a VERSION_ID=20260524.0.535079' /etc/os-release # buildkit
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
RUN /bin/sh -c pacman -Syu --noconfirm && pacman -S --noconfirm --needed base-devel git sudo xfce4 xfce4-goodies xorg-server xorg-xinit xorg-xauth ttf-dejavu papirus-icon-theme nano vim curl wget htop dbus gvfs thunar-archive-plugin xfce4-terminal firefox && pacman -Scc --noconfirm # buildkit
ARG USER=desktop
ARG PASS=changeme
RUN |2 USER=desktop PASS=changeme /bin/sh -c useradd -m -s /bin/bash "$USER" && echo "$USER:$PASS" | chpasswd && echo "$USER ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers # buildkit
USER desktop
WORKDIR /home/desktop
RUN |2 USER=desktop PASS=changeme /bin/sh -c cd /tmp && git clone https://aur.archlinux.org/xrdp.git && cd xrdp && makepkg -si --noconfirm --skippgpcheck && cd /tmp && git clone https://aur.archlinux.org/xorgxrdp.git && cd xorgxrdp && makepkg -si --noconfirm --skippgpcheck && rm -rf /tmp/xrdp /tmp/xorgxrdp # buildkit
USER root
RUN |2 USER=desktop PASS=changeme /bin/sh -c sed -i 's|^param=Xorg|param=/usr/lib/Xorg|' /etc/xrdp/sesman.ini # buildkit
RUN |2 USER=desktop PASS=changeme /bin/sh -c printf '#!/bin/sh\nexport $(dbus-launch)\nexec startxfce4\n' > /home/"$USER"/.xinitrc && chmod +x /home/"$USER"/.xinitrc && chown "$USER":"$USER" /home/"$USER"/.xinitrc # buildkit
RUN |2 USER=desktop PASS=changeme /bin/sh -c mkdir -p /home/"$USER"/.config/gtk-3.0 && printf '[Settings]\ngtk-theme-name=Arc-Dark\ngtk-icon-theme-name=Papirus-Dark\ngtk-font-name=DejaVu Sans 10\n' > /home/"$USER"/.config/gtk-3.0/settings.ini && chown -R "$USER":"$USER" /home/"$USER"/.config # buildkit
COPY entrypoint.sh /entrypoint.sh # buildkit
RUN |2 USER=desktop PASS=changeme /bin/sh -c chmod +x /entrypoint.sh # buildkit
EXPOSE [3389/tcp]
ENTRYPOINT ["/entrypoint.sh"]

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 2026-05-24T00:12:57+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 34b87485162b028c8d957bdcd2674359d883cd21
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 20260524.0.535079
Details
Container
2026-05-29 09:48:07 -04: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.2 GiB
Versions (2) View all
xfce 2026-05-29
2026.05.29-xfce 2026-05-29