sha256:c87b74e1034711fc82a913a7e8c54e87c4f7d6963615c8fefaf772d6f1c237ee
OS/ARCH
linux/amd64
Compressed size
49.89 MB
Last pushed
4 months by drumsergio
Type
Image
Manifest digest
sha256:ce0b703a902604c08820bfa24c8ffe5419cfd1fdfe7585da84137b6409eee145
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 B3RUN /bin/sh -c set -eux;1.23 MB4ENV PYTHON_VERSION=3.14.50 B5ENV PYTHON_SHA256=7e32597b99e5d9a39abed35de4693fa169df3e5850d4c334337ffd6a19a36db60 B6RUN /bin/sh -c set -eux;11.76 MB7RUN /bin/sh -c set -eux;249 B8CMD ["python3"]0 B9ENV PYTHONUNBUFFERED=10 B10WORKDIR /app93 B11COPY app/requirements.txt requirements.txt # buildkit161 B12RUN /bin/sh -c pip install8.5 MB13COPY app/sync.py sync.py # buildkit2.13 KB14CMD ["python" "sync.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1779062400'