sha256:11ea0318bd22253cfd41252769a6ba587f1bc3491371c4aa66419b2140f584d5
OS/ARCH
linux/amd64
Compressed size
133.21 MB
Last pushed
7 months by evolve1
Type
Image
Manifest digest
sha256:0b9768660cd9c8f6a40bef67a70c35686176e97d555746ed72db0e6d4ee45d5e
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;1.23 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.120 B7ENV PYTHON_SHA256=fb85a13414b028c49ba18bbd523c2d055a30b56b18b92ce454ea2c51edc656c40 B8RUN /bin/sh -c set -eux;11.55 MB9RUN /bin/sh -c set -eux;248 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update92.03 MB12RUN /bin/sh -c mkdir -p227 B13ENV http_proxy=http://gatekeeper-proxy:80800 B14ENV https_proxy=http://gatekeeper-proxy:80800 B15ENV HTTP_PROXY=http://gatekeeper-proxy:80800 B16ENV HTTPS_PROXY=http://gatekeeper-proxy:80800 B17WORKDIR /workspace99 B18COPY entrypoint.sh /app/entrypoint.sh # buildkit593 B19COPY test_request.py /app/test_request.py # buildkit682 B20RUN /bin/sh -c chmod +x32 B21CMD ["/app/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1771804800'