2025-06-07 00:30:40 UTC
575 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
VNC_PASSWORDpmhq
[#000] sha256:69c262fc30fc134b6d373dee8db695319c41d8b9489deb0f682565473bf29748 - 4.79% (27.5 MB)
[#001] sha256:21f0669a422e9b4532c054ca929c7e90dfaa7faac328305b1c3996059991de37 - 0.0% (237 Bytes)
[#002] sha256:013a6f54bbf9f151517a6b84cd9d6bc40021f76518498a2247c2e7b4f037f27d - 0.0% (1.16 KB)
[#003] sha256:c35b9d5c19091bb9541260dc655f2c29d820f2df715f4a5dd63e3107565bcf7b - 44.39% (255 MB)
[#004] sha256:83a376ffe59ef927066844e5db61b74b3d160d7f76775427552c89814fdcd955 - 0.12% (711 KB)
[#005] sha256:d0ce4afc34739ed5fcd3f05141832e409c520b08e3975491fe3bc1db5fb4ca0b - 37.82% (217 MB)
[#006] sha256:7899d932998c64f02ab263ae3efef29051cc63f1cbfee8305ef83262159e3711 - 0.0% (168 Bytes)
[#007] sha256:6aca5a3f595eb98e1f9a232d8da77ad62ff3dcb830a4982eeb57b0f6c82bee48 - 6.44% (37 MB)
[#008] sha256:1054950ee6a1b14cc2d3879cbc7abfe65a7a86de7911b6617dcadd4080b68c47 - 6.44% (37 MB)
[#009] sha256:0361ba698bfe2a78de1440690256df802898c7bd086cdfcfe18dd2a8bc420151 - 0.0% (208 Bytes)
[#010] sha256:787cf2e3fa23fd055dcae30a6a1c364e6b684231cff8c34358b66b0100930f79 - 0.0% (1.64 KB)
[#011] sha256:787cf2e3fa23fd055dcae30a6a1c364e6b684231cff8c34358b66b0100930f79 - 0.0% (1.64 KB)
/bin/sh -c #(nop) ARG RELEASE
2025-05-29 04:30:33 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-05-29 04:30:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-05-29 04:30:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-05-29 04:30:36 UTC/bin/sh -c #(nop) ADD file:6eb9adae2c7e3a73446b74d4e61e58d6e1d0db6c07cc49612eb0b9f38fefef15 in /
2025-05-29 04:30:36 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-06-07 00:19:03 UTC (buildkit.dockerfile.v0)ARG TARGETARCH=arm64
2025-06-07 00:19:03 UTC (buildkit.dockerfile.v0)RUN |1 TARGETARCH=arm64 /bin/sh -c echo "Acquire::https::Verify-Peer \"false\";" > /etc/apt/apt.conf.d/99ignore-ssl && echo "Acquire::https::Verify-Host \"false\";" >> /etc/apt/apt.conf.d/99ignore-ssl # buildkit
2025-06-07 00:19:04 UTC (buildkit.dockerfile.v0)RUN |1 TARGETARCH=arm64 /bin/sh -c if [ "$TARGETARCH" = "arm64" ]; then sed -i "s@http://ports.ubuntu.com/ubuntu-ports@http://mirrors.aliyun.com/ubuntu-ports@g" /etc/apt/sources.list.d/ubuntu.sources; else sed -i "s@http://archive.ubuntu.com/ubuntu@http://mirrors.aliyun.com/ubuntu@g; s@http://security.ubuntu.com/ubuntu@http://mirrors.aliyun.com/ubuntu@g" /etc/apt/sources.list.d/ubuntu.sources; fi # buildkit
2025-06-07 00:29:14 UTC (buildkit.dockerfile.v0)RUN |1 TARGETARCH=arm64 /bin/sh -c apt-get update && apt-get install -y xvfb x11vnc x11-utils websockify wget unzip libgtk-3-0 libxcb-xinerama0 libgl1-mesa-dri libnotify4 libnss3 xdg-utils libsecret-1-0 libappindicator3-1 libgbm1 libasound2t64 fonts-noto-cjk && rm -rf /var/lib/apt/lists/* # buildkit
2025-06-07 00:29:19 UTC (buildkit.dockerfile.v0)RUN |1 TARGETARCH=arm64 /bin/sh -c wget https://gh-proxy.com/https://github.com/novnc/noVNC/archive/refs/tags/v1.6.0.zip && unzip v1.6.0.zip && rm v1.6.0.zip && mv noVNC-1.6.0 /opt/novnc && ln -s /opt/novnc/utils/novnc_proxy /usr/local/bin/novnc # buildkit
2025-06-07 00:30:23 UTC (buildkit.dockerfile.v0)RUN |1 TARGETARCH=arm64 /bin/sh -c wget https://dldir1.qq.com/qqfile/qq/QQNT/69629a30/linuxqq_3.2.17-35341_$TARGETARCH.deb -O qq.deb && apt-get install -f -y ./qq.deb && rm qq.deb # buildkit
2025-06-07 00:30:23 UTC (buildkit.dockerfile.v0)ARG VNC_PASSWORD=pmhq
2025-06-07 00:30:23 UTC (buildkit.dockerfile.v0)ENV VNC_PASSWORD=pmhq
2025-06-07 00:30:24 UTC (buildkit.dockerfile.v0)RUN |2 TARGETARCH=arm64 VNC_PASSWORD=pmhq /bin/sh -c mkdir -p ~/.vnc && x11vnc -storepasswd "$VNC_PASSWORD" ~/.vnc/passwd # buildkit
2025-06-07 00:30:39 UTC (buildkit.dockerfile.v0)RUN |2 TARGETARCH=arm64 VNC_PASSWORD=pmhq /bin/sh -c if [ "$TARGETARCH" = "arm64" ]; then arch="arm64"; else arch="x64"; fi; wget https://gh-proxy.com/https://github.com/linyuchen/PMHQ/releases/latest/download/pmhq-linux-${arch}.zip -O /opt/pmhq.zip && unzip /opt/pmhq.zip -d /opt/ && rm /opt/pmhq.zip && mv /opt/pmhq-linux-$arch /opt/pmhq # buildkit
2025-06-07 00:30:39 UTC (buildkit.dockerfile.v0)RUN |2 TARGETARCH=arm64 VNC_PASSWORD=pmhq /bin/sh -c chmod +x /opt/pmhq # buildkit
2025-06-07 00:30:40 UTC (buildkit.dockerfile.v0)RUN |2 TARGETARCH=arm64 VNC_PASSWORD=pmhq /bin/sh -c cat <<EOF > /opt/pmhq_config.json { "default_host": "0.0.0.0", "default_port": 13000, "servers": [], "qq_path": "" } EOF # buildkit
2025-06-07 00:30:40 UTC (buildkit.dockerfile.v0)EXPOSE map[13000/tcp:{} 5900/tcp:{} 6080/tcp:{}]
2025-06-07 00:30:40 UTC (buildkit.dockerfile.v0)COPY docker/pmhq/startup.sh /startup.sh # buildkit
2025-06-07 00:30:40 UTC (buildkit.dockerfile.v0)RUN |2 TARGETARCH=arm64 VNC_PASSWORD=pmhq /bin/sh -c chmod +x /startup.sh # buildkit
2025-06-07 00:30:40 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/startup.sh"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.