spice-web (latest)

Published 2025-10-17 11:52:56 -04:00 by penguincoder

Installation

docker pull git.penguincoder.org/penguincoder/spice-web:latest
sha256:8ff1dc9613950ab09dfe8ab28373ea82b351bddb7194f76409c6f1c439a500eb

Image layers

ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk update && apk add --no-cache git make python3 py3-numpy py3-setuptools && cd /tmp && git clone --depth 1 https://github.com/novnc/websockify.git && git clone --depth 1 https://gitlab.freedesktop.org/spice/spice-html5.git && cd websockify && python3 setup.py install && make -C /tmp/spice-html5 install && ln -s /usr/share/spice-html5/spice_auto.html /usr/share/spice-html5/index.html && cd / && rm -rf /tmp/* /root/.cache && apk del git make py3-setuptools # buildkit
ENTRYPOINT ["/usr/bin/websockify" "--web" "/usr/share/spice-html5"]
CMD ["5959" "host.docker.internal:5900"]
Details
Container
2025-10-17 11:52:56 -04:00
2
OCI / Docker
linux/amd64
44 MiB
Versions (1) View all
latest 2025-10-17