2026-03-20 01:47:52 UTC
201 MB
noninteractive
LD_LIBRARY_PATH/opt/python/lib
NODE_DIR/opt/node-v20.20.0-linux-arm64
NODE_TAR_XZ/opt/node-v20.20.0-linux-arm64.tar.xz
PATH/opt/socket/bin:/opt/python/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_VERSION3.14.3
SSL_CERT_FILE/etc/ssl/certs/ca-certificates.crt
[#000] sha256:b6b42bbd64c36702b43b6ecfdb6938aa8a5f9c2a11ac728e166c85c3ef8ed5a1 - 0.1% (206 KB)
[#001] sha256:617c175a6c1654e1d4aa64d0e41f5b29e4a3f3524d5477128b0ff06ea8172d42 - 15.11% (30.4 MB)
[#002] sha256:872d1fe1d119b16d5944412dd0f0fd8f07a91475546e54d284ad6d5ea982ef2a - 22.92% (46.1 MB)
[#003] sha256:f55d99a14c456e5fa4171c4d7f233b16aebb3e80f0f5bccfc13343f4d8bfd82c - 0.0% (416 Bytes)
[#004] sha256:5def1d206fffcc3af282210f38502fa0645ed3b2b2918168845d09cdc95be459 - 5.42% (10.9 MB)
[#005] sha256:68a4b948186c82ebe371fe7420e078b3ac14b8dcdd37f8730c41db2dd3127413 - 0.01% (16.3 KB)
[#006] sha256:2ea3b11a2c3f3586da07f8f37813a5a7089c01d048d7868bd1a503800621e3ea - 0.0% (6.67 KB)
[#007] sha256:ff66277bf79c29c4510d234e905d7e7d017692270c08222d9c7feef5bb3c8813 - 13.59% (27.3 MB)
[#008] sha256:7ffa49ecc9d84809d7866095022e457988932025fe16f5f65349aead46e0f91c - 5.54% (11.2 MB)
[#009] sha256:ca3b067e87de449a0a88e09804f26bcacec2f5ccd3e257c6b4f30fc9f96c333e - 0.91% (1.83 MB)
[#010] sha256:6cd5c088396eb219167208a0d42c967991c254aaab131a4aadd85b697298fef2 - 0.0% (434 Bytes)
[#011] sha256:7c50f8b685410ba27db44aca411903f000fdff25cb6b8da2e2aa586b3531ee32 - 0.0% (152 Bytes)
[#012] sha256:73c3f6cdb2d16088a5687ec4cadefe3b9e8b6fa50d8fc389d151b1efe6bd6c2b - 0.0% (217 Bytes)
[#013] sha256:f0ed32501f3ebf8bb740ebe4152440e00b192eb1a3db4a0e35707b2fd39c093b - 2.85% (5.73 MB)
[#014] sha256:6aba5542e6fcae102295c2415d2ef5060bc1a1b9e12f69fef5ee8c0759214085 - 33.54% (67.5 MB)
add root layout
2026-03-19 07:39:58 UTC (buildkit.exporter.image.v0)mount /out from exec sh -c /install arm64
2026-03-19 07:39:58 UTC (buildkit.exporter.image.v0)build sfw
2026-03-19 07:39:58 UTC (buildkit.exporter.image.v0)add users and groups
2026-03-19 07:39:58 UTC (buildkit.exporter.image.v0)apply fs for artifact dhi/pkg-python:3.14.3-debian13@sha256:2c50265e5349bee3a9db53df7932a20c1164c7cd7216619e3c172aa3ed95fea9
2026-03-19 07:39:58 UTC (buildkit.exporter.image.v0)merge status
2026-03-19 07:39:58 UTC (buildkit.exporter.image.v0)add metadata
2026-03-20 01:47:28 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c echo "deb http://deb.debian.org/debian testing main" > /etc/apt/sources.list && apt-get update && apt-get install -y --no-install-recommends pkg-config libseccomp-dev wget curl xz-utils zlib1g expat perl libsqlite3-0 passwd && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
2026-03-20 01:47:29 UTC (buildkit.dockerfile.v0)COPY main /main # buildkit
2026-03-20 01:47:29 UTC (buildkit.dockerfile.v0)COPY env /env # buildkit
2026-03-20 01:47:29 UTC (buildkit.dockerfile.v0)COPY conf/config.yaml /conf/config.yaml # buildkit
2026-03-20 01:47:29 UTC (buildkit.dockerfile.v0)COPY dependencies/python-requirements.txt /dependencies/python-requirements.txt # buildkit
2026-03-20 01:47:29 UTC (buildkit.dockerfile.v0)COPY docker/entrypoint.sh /entrypoint.sh # buildkit
2026-03-20 01:47:33 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod +x /main /env /entrypoint.sh && pip3 install --no-cache-dir httpx==0.27.2 requests==2.32.3 jinja2==3.1.6 PySocks httpx[socks] # buildkit
2026-03-20 01:47:52 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c case "arm64" in "amd64") NODEJS_ARCH="linux-x64" ;; "arm64") NODEJS_ARCH="linux-arm64" ;; *) echo "Unsupported architecture: arm64" && exit 1 ;; esac && wget -O /opt/node-v20.20.0-${NODEJS_ARCH}.tar.xz https://npmmirror.com/mirrors/node/v20.20.0/node-v20.20.0-${NODEJS_ARCH}.tar.xz && export NODE_TAR_XZ="/opt/node-v20.20.0-${NODEJS_ARCH}.tar.xz" && export NODE_DIR="/opt/node-v20.20.0-${NODEJS_ARCH}" && /env && rm -f /env # buildkit
2026-03-20 01:47:52 UTC (buildkit.dockerfile.v0)ENV NODE_TAR_XZ=/opt/node-v20.20.0-linux-arm64.tar.xz
2026-03-20 01:47:52 UTC (buildkit.dockerfile.v0)ENV NODE_DIR=/opt/node-v20.20.0-linux-arm64
2026-03-20 01:47:52 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/entrypoint.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.