Alex Zaw alexz

linux-vm (latest)

Published 2026-01-04 09:37:15 +00:00 by alexz

Installation

docker pull git.alexzaw.dev/alexz/linux-vm:latest
sha256:ccf8bc582c47536ccd20bdb3aad647bf040c2a4767ebc0aec3d9113b2b41a8a2

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:ddf1aa62235de6657123492b19d27d937c25668011b5ebf923a3f019200f8540 in /
CMD ["/bin/bash"]
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c apt-get update && apt-get install -y qemu-system-x86 qemu-utils novnc websockify x11vnc xvfb fluxbox xterm nano oathtool openssh-server supervisor iproute2 bridge-utils iptables nano net-tools p7zip-full dnsmasq && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c mkdir /var/run/sshd && echo 'root:vmpassword' | chpasswd && sed -i 's/#PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config # buildkit
WORKDIR /vm
RUN /bin/sh -c ln -s /shared/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit
RUN /bin/sh -c ln -s /shared/start-vm.sh /usr/local/bin/start-vm.sh # buildkit
RUN /bin/sh -c ln -s /shared/setup-network.sh /usr/local/bin/setup-network.sh # buildkit
RUN /bin/sh -c ln -s /shared/start-dnsmasq.sh /usr/local/bin/start-dnsmasq.sh # buildkit
CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2026-01-04 09:37:15 +00:00
35
OCI / Docker
linux/amd64
352 MiB
Versions (1) View all
latest 2026-01-04