2026-03-29 15:30:40 UTC
626 MB
noninteractive
HOSTNAMEsandbox
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
UVI_ARGS UV_INDEX_URLhttps://mirrors.aliyun.com/pypi/simple/
[#000] sha256:96c832531c38e688c852576582a5ab43a21815c743665a03b6b066c850ed1522 - 4.5% (28.2 MB)
[#001] sha256:085d12a250d6f8c91b318810e8b2e13ff485651168f97922e09e132893f08950 - 0.0% (731 Bytes)
[#002] sha256:aeb71f923dd114e63c95f6e057c1f6fc32065a396f17fc61a77a76fe8e640c58 - 20.58% (129 MB)
[#003] sha256:5139756933e6fe983ed2e7733a7635dbcd32ed046ed0b6d44a7627cd4af9f031 - 0.0% (4.46 KB)
[#004] sha256:fd62d3fcc3a30c7400e78e0703a93aee67ab44bc424ed52c94c9970335fcae15 - 16.84% (105 MB)
[#005] sha256:5c36493256b7228f47970de32ac860125d202a51d265e8c0a731657c2e5783d0 - 7.55% (47.3 MB)
[#006] sha256:7f17f12bf3daddf3a11487f0aa4ea4b74d10ccad7646a322bb19a97633a52ff2 - 7.34% (46 MB)
[#007] sha256:3555f28155cc78c81f88acaeeb2554c804c7e30148caae1c0d0faf95652ce4b3 - 0.0% (573 Bytes)
[#008] sha256:876088f0ff18387bfbdbbee46cc2dd2fb0ea40c6743c54cd00cbf6d57248a65d - 26.85% (168 MB)
[#009] sha256:49590a4284f93bf2ba651063c9ad8cf24a569cdc300d0dca90656e436dc6a08d - 14.75% (92.3 MB)
[#010] sha256:dd1eadaa8d41e9d2deaf6e8822541a85150ee15792b97b6c5a0145a89d3c2a47 - 0.0% (93 Bytes)
[#011] sha256:34671f65df97c44c672cc0b2e93fa28eea796285b0e0e04c13b0fa62b3d70f16 - 0.0% (410 Bytes)
[#012] sha256:ca9b8be15420381083b0e2c20aaf07a148ae191c9efa547433a8099f9beff2d1 - 1.05% (6.55 MB)
[#013] sha256:e6c01d0abc28b3bfcfc592bd62c1b25eca1f22bb0ce67608f93ed67b85962d72 - 0.0% (23 KB)
[#014] sha256:a8db3eddef31f6e330aa592f205c4c534a16ac325ff9a08ca0c970f652324568 - 0.54% (3.39 MB)
[#015] sha256:2d19790d7dd193ee2fc2a10f4120a3696a049c35006ddf7e81ac463be264def6 - 0.0% (1.44 KB)
/bin/sh -c #(nop) ARG RELEASE
2026-02-24 07:30:06 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2026-02-24 07:30:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2026-02-24 07:30:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2026-02-24 07:30:08 UTC/bin/sh -c #(nop) ADD file:87202021c36509f80e5414aa2307ce867cd2e3b5f0d0f3bd0c98749793bd1fb4 in /
2026-02-24 07:30:08 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-03-29 15:26:45 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2026-03-29 15:26:45 UTC (buildkit.dockerfile.v0)ENV HOSTNAME=sandbox
2026-03-29 15:26:45 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c sed -i 's|http://archive.ubuntu.com/ubuntu/|http://mirrors.aliyun.com/ubuntu/|g' /etc/apt/sources.list && sed -i 's|http://security.ubuntu.com/ubuntu/|http://mirrors.aliyun.com/ubuntu/|g' /etc/apt/sources.list && sed -i 's|http://ports.ubuntu.com/ubuntu-ports/|http://mirrors.aliyun.com/ubuntu-ports/|g' /etc/apt/sources.list # buildkit
2026-03-29 15:27:12 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get install -y sudo bc curl wget gnupg software-properties-common xvfb x11vnc xterm socat supervisor websockify && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
2026-03-29 15:27:13 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m -d /home/ubuntu -s /bin/bash ubuntu && echo "ubuntu ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/ubuntu # buildkit
2026-03-29 15:27:29 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c add-apt-repository ppa:deadsnakes/ppa && apt-get update && apt-get install -y python3.10 python3.10-venv python3.10-dev python3-pip && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.10 1 && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
2026-03-29 15:27:31 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip3 install uv # buildkit
2026-03-29 15:27:31 UTC (buildkit.dockerfile.v0)ENV UV_INDEX_URL=https://mirrors.aliyun.com/pypi/simple/
2026-03-29 15:27:40 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir -p /etc/apt/keyrings && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list && apt-get update && apt-get install -y nodejs && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
2026-03-29 15:27:40 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c npm config set registry https://registry.npmmirror.com # buildkit
2026-03-29 15:30:22 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c add-apt-repository ppa:xtradeb/apps -y && apt-get update && apt-get install -y chromium --no-install-recommends && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
2026-03-29 15:30:38 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get install -y fonts-noto-cjk fonts-noto-color-emoji language-pack-zh-hans locales && locale-gen zh_CN.UTF-8 && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
2026-03-29 15:30:38 UTC (buildkit.dockerfile.v0)WORKDIR /app
2026-03-29 15:30:38 UTC (buildkit.dockerfile.v0)COPY pyproject.toml ./ # buildkit
2026-03-29 15:30:40 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c uv sync --no-dev # buildkit
2026-03-29 15:30:40 UTC (buildkit.dockerfile.v0)COPY . . # buildkit
2026-03-29 15:30:40 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chown -R ubuntu:ubuntu /app # buildkit
2026-03-29 15:30:40 UTC (buildkit.dockerfile.v0)COPY supervisord.conf /etc/supervisor/conf.d/app.conf # buildkit
2026-03-29 15:30:40 UTC (buildkit.dockerfile.v0)EXPOSE [5900/tcp 5901/tcp 8080/tcp 9222/tcp]
2026-03-29 15:30:40 UTC (buildkit.dockerfile.v0)ENV UVI_ARGS=
2026-03-29 15:30:40 UTC (buildkit.dockerfile.v0)ENV CHROME_ARGS=
2026-03-29 15:30:40 UTC (buildkit.dockerfile.v0)CMD ["supervisord" "-n" "-c" "/app/supervisord.conf"]
2026-03-29 15:41:27 UTC
617 MB
noninteractive
HOSTNAMEsandbox
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
UVI_ARGS UV_INDEX_URLhttps://mirrors.aliyun.com/pypi/simple/
[#000] sha256:cf67f3f0b7b3a837aac5c0be2974a3574a6b600345d9528def747c7e01fda2b8 - 4.23% (26.1 MB)
[#001] sha256:160622dd04c6ecb39d1f54d74ab99e3032dece59b539f4a069f725f325edbba5 - 0.0% (731 Bytes)
[#002] sha256:3cdd62181e97a0ee12e8f5873dde739f391c9f1bdad7d2422362c921a1b6fa90 - 20.1% (124 MB)
[#003] sha256:a3d6c34f5959b928bc157efdd06de5c1ac018c2ca82b9cc3ec74787d0b361586 - 0.0% (4.45 KB)
[#004] sha256:d509d928518e2796b12982e2823d17b699bc455e0252e3038609c53bf19f5710 - 16.5% (102 MB)
[#005] sha256:3808535015f13add286e7d1420d6ce567e6547f8a7609706f211d3b0d3c9758f - 7.28% (44.9 MB)
[#006] sha256:73f5d8658071c1ef097d94401e2a77f7cbf64381d6ad0058986817c271aa0eb8 - 7.44% (45.9 MB)
[#007] sha256:86ffb2fd455ad1105121d322a799b23d946f48f709b4674ccdb658062fbfd6b6 - 0.0% (580 Bytes)
[#008] sha256:dc721d41c05bdf45e0b117fcacdb196113a7fa9108b4ed2e1c8851a3c2cfd487 - 27.9% (172 MB)
[#009] sha256:43175d7714ec217656a9848152da04f5b5c7f8a4e92188f462f7e012f06b83b6 - 14.96% (92.3 MB)
[#010] sha256:9046cff8da2aba1e6892bb4feef2a18c6f27c784ba874c3af66544c21c97762d - 0.0% (92 Bytes)
[#011] sha256:72dddbfb2a22aafc5735741965446b37e64bbccd66ed91cb8c80883fc6784253 - 0.0% (411 Bytes)
[#012] sha256:f810c48d9b19872bee73a9b0fdfacecd38d85f94f8a1751a26b3d6aed0ea86ff - 1.04% (6.45 MB)
[#013] sha256:e6c01d0abc28b3bfcfc592bd62c1b25eca1f22bb0ce67608f93ed67b85962d72 - 0.0% (23 KB)
[#014] sha256:c7429f2cb4bd511906ca1be70a6540566ce39d33f0e1ce19276dd057dd10e647 - 0.53% (3.28 MB)
[#015] sha256:99236642bdd2fabc6bbd275617662cb52ff3613ada7e5b50912a23e49f4165ec - 0.0% (1.44 KB)
/bin/sh -c #(nop) ARG RELEASE
2026-02-24 07:33:48 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2026-02-24 07:33:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2026-02-24 07:33:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2026-02-24 07:33:50 UTC/bin/sh -c #(nop) ADD file:c702451b25bb6668fb3c759f7610e3f9399be20edb133c5855fd072ab2065456 in /
2026-02-24 07:33:51 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-03-29 15:26:45 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2026-03-29 15:26:45 UTC (buildkit.dockerfile.v0)ENV HOSTNAME=sandbox
2026-03-29 15:26:45 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c sed -i 's|http://archive.ubuntu.com/ubuntu/|http://mirrors.aliyun.com/ubuntu/|g' /etc/apt/sources.list && sed -i 's|http://security.ubuntu.com/ubuntu/|http://mirrors.aliyun.com/ubuntu/|g' /etc/apt/sources.list && sed -i 's|http://ports.ubuntu.com/ubuntu-ports/|http://mirrors.aliyun.com/ubuntu-ports/|g' /etc/apt/sources.list # buildkit
2026-03-29 15:31:23 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get install -y sudo bc curl wget gnupg software-properties-common xvfb x11vnc xterm socat supervisor websockify && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
2026-03-29 15:31:23 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m -d /home/ubuntu -s /bin/bash ubuntu && echo "ubuntu ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/ubuntu # buildkit
2026-03-29 15:33:20 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c add-apt-repository ppa:deadsnakes/ppa && apt-get update && apt-get install -y python3.10 python3.10-venv python3.10-dev python3-pip && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.10 1 && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
2026-03-29 15:33:37 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip3 install uv # buildkit
2026-03-29 15:33:37 UTC (buildkit.dockerfile.v0)ENV UV_INDEX_URL=https://mirrors.aliyun.com/pypi/simple/
2026-03-29 15:34:26 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir -p /etc/apt/keyrings && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list && apt-get update && apt-get install -y nodejs && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
2026-03-29 15:34:31 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c npm config set registry https://registry.npmmirror.com # buildkit
2026-03-29 15:39:46 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c add-apt-repository ppa:xtradeb/apps -y && apt-get update && apt-get install -y chromium --no-install-recommends && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
2026-03-29 15:41:22 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get install -y fonts-noto-cjk fonts-noto-color-emoji language-pack-zh-hans locales && locale-gen zh_CN.UTF-8 && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
2026-03-29 15:41:22 UTC (buildkit.dockerfile.v0)WORKDIR /app
2026-03-29 15:41:22 UTC (buildkit.dockerfile.v0)COPY pyproject.toml ./ # buildkit
2026-03-29 15:41:26 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c uv sync --no-dev # buildkit
2026-03-29 15:41:27 UTC (buildkit.dockerfile.v0)COPY . . # buildkit
2026-03-29 15:41:27 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chown -R ubuntu:ubuntu /app # buildkit
2026-03-29 15:41:27 UTC (buildkit.dockerfile.v0)COPY supervisord.conf /etc/supervisor/conf.d/app.conf # buildkit
2026-03-29 15:41:27 UTC (buildkit.dockerfile.v0)EXPOSE [5900/tcp 5901/tcp 8080/tcp 9222/tcp]
2026-03-29 15:41:27 UTC (buildkit.dockerfile.v0)ENV UVI_ARGS=
2026-03-29 15:41:27 UTC (buildkit.dockerfile.v0)ENV CHROME_ARGS=
2026-03-29 15:41:27 UTC (buildkit.dockerfile.v0)CMD ["supervisord" "-n" "-c" "/app/supervisord.conf"]
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.