sha256:7f4d739641fc3b704da8fa2cec1ea87facc3f1912b05898aa5b60115b1e0b133
OS/ARCH
linux/amd64
Compressed size
45.94 MB
Last pushed
about 1 year by dubaek
Type
Image
Manifest digest
sha256:7f4d739641fc3b704da8fa2cec1ea87facc3f1912b05898aa5b60115b1e0b133
Image Layers
1# debian.sh --arch 'amd64' out/28.39 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=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.10.180 B7ENV PYTHON_SHA256=ae665bc678abd9ab6a6e1573d2481625a53719bc517e9a634ed2b9fefae3817f0 B8RUN /bin/sh -c set -eux;13.44 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11WORKDIR /app93 B12COPY requirements.txt . # buildkit155 B13RUN /bin/sh -c pip install2.88 MB14COPY *.py . # buildkit974 B15CMD ["python" "server.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1754870400'