registry
  • Joined on 2026-02-10

coder-ubuntux11-vnc (0.0.1)

Published 2026-03-07 07:18:17 +00:00 by registry

Installation

docker pull gitea.kloske.eu/registry/coder-ubuntux11-vnc:0.0.1
sha256:978f4e50684a565cdadffdd8eb483b7c349db0275227573f38964336c61be9be

About this package

Coder UbuntuX11 VNC

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:3077ee44db3cc7d38740d60a05c81418dd3825a007db473658464f52689e867b in /
CMD ["/bin/bash"]
RUN /bin/sh -c sed -i 's|http://archive.ubuntu.com/ubuntu/|http://synology.fritz.box:8080/mirror/archive.ubuntu.com/ubuntu/|g' /etc/apt/sources.list.d/ubuntu.sources && sed -i 's|http://security.ubuntu.com/ubuntu/|http://synology.fritz.box:8080/mirror/archive.ubuntu.com/ubuntu/|g' /etc/apt/sources.list.d/ubuntu.sources # buildkit
ARG HTTP_PROXY=http://dockge05.fritz.box:8888/
ARG HTTPS_PROXY=http://dockge05.fritz.box:8888/
ARG NO_PROXY=localhost,127.0.0.1
ENV HTTP_PROXY=http://dockge05.fritz.box:8888/
ENV HTTPS_PROXY=http://dockge05.fritz.box:8888/
ENV http_proxy=http://dockge05.fritz.box:8888/
ENV https_proxy=http://dockge05.fritz.box:8888/
ENV NO_PROXY=localhost,127.0.0.1
ENV no_proxy=localhost,127.0.0.1
ARG VERSION=0.0.1
ARG BUILD_DATE=2026-03-07T07:08:49Z
ARG GIT_COMMIT=f2a7a31
LABEL org.opencontainers.image.title=Coder - Ubuntu - X11 - VNC
LABEL org.opencontainers.image.description=Coder UbuntuX11 VNC
LABEL org.opencontainers.image.version=0.0.1
LABEL org.opencontainers.image.created=2026-03-07T07:08:49Z
LABEL org.opencontainers.image.revision=f2a7a31
LABEL org.opencontainers.image.authors=Markus
LABEL workspace.type=ubuntucoderx11vnc
ENV DEBIAN_FRONTEND=noninteractive
USER root
ENV DEBIAN_FRONTEND=noninteractive
RUN |6 HTTP_PROXY=http://dockge05.fritz.box:8888/ HTTPS_PROXY=http://dockge05.fritz.box:8888/ NO_PROXY=localhost,127.0.0.1 VERSION=0.0.1 BUILD_DATE=2026-03-07T07:08:49Z GIT_COMMIT=f2a7a31 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends bash ca-certificates build-essential gcc g++ gdb make cmake ninja-build git git-lfs curl git jq locales wget curl unzip zip file sudo iproute2 vim nano htop dnsutils xvfb x11-apps x11-utils x11-xserver-utils libx11-dev libxext-dev libxrender-dev libxrandr-dev libxinerama-dev libxi-dev libxcursor-dev libxcomposite-dev libxdamage-dev libxfixes-dev libxkbcommon-dev libxkbcommon-x11-dev xterm qt6-base-dev qt6-declarative-dev qt6-tools-dev qt6-tools-dev-tools qml6-module-qtquick qml6-module-qtquick-controls qml6-module-qtquick-layouts qml6-module-qtquick-window qml6-module-qtqml-workerscript qml6-module-qtquick-templates libqt6svg6-dev libqt6opengl6-dev libgl1-mesa-dev libglu1-mesa-dev qmake6 tigervnc-standalone-server tigervnc-common xfce4 xfce4-terminal dbus-x11 xfonts-base xfonts-75dpi xfonts-100dpi && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
RUN |6 HTTP_PROXY=http://dockge05.fritz.box:8888/ HTTPS_PROXY=http://dockge05.fritz.box:8888/ NO_PROXY=localhost,127.0.0.1 VERSION=0.0.1 BUILD_DATE=2026-03-07T07:08:49Z GIT_COMMIT=f2a7a31 /bin/sh -c locale-gen en_GB.UTF-8 # buildkit
ENV LANG=en_GB.UTF-8
ENV LANGUAGE=en_GB.UTF-8
ENV LC_ALL=en_GB.UTF-8
RUN |6 HTTP_PROXY=http://dockge05.fritz.box:8888/ HTTPS_PROXY=http://dockge05.fritz.box:8888/ NO_PROXY=localhost,127.0.0.1 VERSION=0.0.1 BUILD_DATE=2026-03-07T07:08:49Z GIT_COMMIT=f2a7a31 /bin/sh -c userdel -r ubuntu && useradd coder --create-home --shell=/bin/bash --uid=1000 --user-group && echo "coder ALL=(ALL) NOPASSWD:ALL" >>/etc/sudoers.d/nopasswd # buildkit
RUN |6 HTTP_PROXY=http://dockge05.fritz.box:8888/ HTTPS_PROXY=http://dockge05.fritz.box:8888/ NO_PROXY=localhost,127.0.0.1 VERSION=0.0.1 BUILD_DATE=2026-03-07T07:08:49Z GIT_COMMIT=f2a7a31 /bin/sh -c mkdir -p /home/coder/.vnc && chown -R coder:coder /home/coder/.vnc # buildkit
RUN |6 HTTP_PROXY=http://dockge05.fritz.box:8888/ HTTPS_PROXY=http://dockge05.fritz.box:8888/ NO_PROXY=localhost,127.0.0.1 VERSION=0.0.1 BUILD_DATE=2026-03-07T07:08:49Z GIT_COMMIT=f2a7a31 /bin/sh -c echo '#!/bin/bash' > /home/coder/.vnc/xstartup && echo 'unset SESSION_MANAGER' >> /home/coder/.vnc/xstartup && echo 'unset DBUS_SESSION_BUS_ADDRESS' >> /home/coder/.vnc/xstartup && echo 'exec startxfce4' >> /home/coder/.vnc/xstartup && chmod +x /home/coder/.vnc/xstartup && chown coder:coder /home/coder/.vnc/xstartup # buildkit
RUN |6 HTTP_PROXY=http://dockge05.fritz.box:8888/ HTTPS_PROXY=http://dockge05.fritz.box:8888/ NO_PROXY=localhost,127.0.0.1 VERSION=0.0.1 BUILD_DATE=2026-03-07T07:08:49Z GIT_COMMIT=f2a7a31 /bin/sh -c echo '#!/bin/bash' > /home/coder/start-vnc.sh && echo '# Create VNC password if it does not exist' >> /home/coder/start-vnc.sh && echo 'if [ ! -f ~/.vnc/passwd ]; then' >> /home/coder/start-vnc.sh && echo ' echo "Setting up VNC password..."' >> /home/coder/start-vnc.sh && echo ' echo "coder" | vncpasswd -f > ~/.vnc/passwd' >> /home/coder/start-vnc.sh && echo ' chmod 600 ~/.vnc/passwd' >> /home/coder/start-vnc.sh && echo 'fi' >> /home/coder/start-vnc.sh && echo '' >> /home/coder/start-vnc.sh && echo 'vncserver :1 -geometry 1920x1080 -depth 24 -localhost no' >> /home/coder/start-vnc.sh && echo 'echo "VNC server started on display :1"' >> /home/coder/start-vnc.sh && echo 'echo "Connect using VNC client to <host>:5901"' >> /home/coder/start-vnc.sh && echo 'echo "VNC password: coder"' >> /home/coder/start-vnc.sh && chmod +x /home/coder/start-vnc.sh && chown coder:coder /home/coder/start-vnc.sh # buildkit
RUN |6 HTTP_PROXY=http://dockge05.fritz.box:8888/ HTTPS_PROXY=http://dockge05.fritz.box:8888/ NO_PROXY=localhost,127.0.0.1 VERSION=0.0.1 BUILD_DATE=2026-03-07T07:08:49Z GIT_COMMIT=f2a7a31 /bin/sh -c echo '#!/bin/bash' > /home/coder/stop-vnc.sh && echo 'vncserver -kill :1' >> /home/coder/stop-vnc.sh && chmod +x /home/coder/stop-vnc.sh && chown coder:coder /home/coder/stop-vnc.sh # buildkit
USER coder
WORKDIR /home/coder
ENV DISPLAY=:1
ENV VNC_RESOLUTION=1920x1080
ENV VNC_DEPTH=24
EXPOSE map[5901/tcp:{}]
CMD ["/bin/bash"]

Labels

Key Value
org.opencontainers.image.authors Markus
org.opencontainers.image.created 2026-03-07T07:08:49Z
org.opencontainers.image.description Coder UbuntuX11 VNC
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision f2a7a31
org.opencontainers.image.title Coder - Ubuntu - X11 - VNC
org.opencontainers.image.version 0.0.1
workspace.type ubuntucoderx11vnc
Details
Container
2026-03-07 07:18:17 +00:00
0
OCI / Docker
linux/amd64
Markus
445 MiB
Versions (5) View all
0c07ac9 2026-03-09
0.0.2 2026-03-09
latest 2026-03-09
f2a7a31 2026-03-07
0.0.1 2026-03-07