2026-03-04 03:45:44 +0800
153 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:b1cba2e842ca52b95817f958faf99734080c78e92e43ce609cde9244867b49ed - 18.43% (28.2 MB)
[#001] sha256:cc4b8b54275ed4bcc51ac6b437db9f4647fd7d1e4af156d2ae2e59e9ed93cd9f - 79.3% (121 MB)
[#002] sha256:14991e1493e3ddb776e3455a169b6d57ee23bb57fc6aeb2e365344b6623b0201 - 2.27% (3.47 MB)
[#003] sha256:b07d0ec7cdab1edb05959b2f050b9a8a993f761329977ca4669b92deda582e6c - 0.0% (93 Bytes)
[#004] sha256:e00b3dcc167d48643e63f6241595d0973036705a89685b015cb334aa591f7641 - 0.0% (737 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2026-02-10 17:40:06 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2026-02-10 17:40:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2026-02-10 17:40:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2026-02-10 17:40:09 UTC/bin/sh -c #(nop) ADD file:52c0e467fa2e92f101018df01a0ff56580c752b7553fbe6df88e16b02af6d4ee in /
2026-02-10 17:40:09 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-03-04 03:45:37 +0800 (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates python3 python3-pip && rm -rf /var/lib/apt/lists/* # buildkit
2026-03-04 03:45:43 +0800 (buildkit.dockerfile.v0)RUN /bin/sh -c pip3 install flask requests -i https://pypi.tuna.tsinghua.edu.cn/simple # buildkit
2026-03-04 03:45:44 +0800 (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir -p /app # buildkit
2026-03-04 03:45:44 +0800 (buildkit.dockerfile.v0)COPY ghproxy.py /app/ghproxy.py # buildkit
2026-03-04 03:45:44 +0800 (buildkit.dockerfile.v0)EXPOSE [8080/tcp]
2026-03-04 03:45:44 +0800 (buildkit.dockerfile.v0)CMD ["python3" "/app/ghproxy.py"]