desktop (sha256:13a947f0a3e6efdb55d58076519ec6efecafd4490fd6ffd8de1b0bc727238810)

Published 2026-04-21 15:12:59 +01:00 by cpressland in cpressland/desktop

Installation

docker pull git.cpressland.io/cpressland/desktop@sha256:13a947f0a3e6efdb55d58076519ec6efecafd4490fd6ffd8de1b0bc727238810
sha256:13a947f0a3e6efdb55d58076519ec6efecafd4490fd6ffd8de1b0bc727238810

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1775433600'
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c apt update && apt -y install xfce4 xfce4-goodies curl ca-certificates firefox-esr xz-utils tigervnc-standalone-server dbus-x11 x11-xserver-utils xterm fonts-dejavu # buildkit
RUN /bin/sh -c useradd -m -s /bin/bash user # buildkit
USER user
WORKDIR /home/user
RUN /bin/sh -c mkdir -p /home/user/.config/tigervnc && echo "password" | vncpasswd -f > /home/user/.config/tigervnc/passwd && chmod 600 /home/user/.config/tigervnc/passwd && echo "#!/bin/sh\nunset SESSION_MANAGER\nunset DBUS_SESSION_BUS_ADDRESS\nexec startxfce4" > /home/user/.config/tigervnc/xstartup && chmod +x /home/user/.config/tigervnc/xstartup # buildkit
CMD ["vncserver" ":1" "-fg" "-localhost" "no"]
Details
Container
2026-04-21 15:12:59 +01:00
0
OCI / Docker
linux/amd64
688 MiB
Versions (2) View all
v0.0.5 2026-04-21
latest 2026-04-21