sha256:b1099ae9137f229c174405733ec861e2809f5a53115046df55ff05ce99a4a57d
OS/ARCH
linux/amd64
Compressed size
102.19 MB
Last pushed
4 months by drumsergio
Type
Image
Manifest digest
sha256:57d5a798f8d1ab0e3f72a749e1a75600ff851b81caf486cc505db8cf695315cc
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;251 B8CMD ["python3"]0 B9RUN /bin/sh -c apt-get update41.11 MB10RUN /bin/sh -c groupadd -r1.08 KB11WORKDIR /app93 B12COPY pyproject.toml README.md ./ #2.33 KB13COPY src/ src/ # buildkit8.62 KB14RUN /bin/sh -c pip install19.67 MB15RUN /bin/sh -c chown -R10.67 KB16USER app0 B17CMD ["python" "-m" "src"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1777939200'