sha256:d7de7fb6057458d9deb3e7c3791c0e98ab84f9ae96f83febd7b7344ac3f76940
OS/ARCH
linux/amd64
Compressed size
73.61 MB
Last pushed
about 1 month by robbof
Type
Image
Manifest digest
sha256:66a5047eecc0a255efc1137945d97e1d60cbc685646438a67306ac4e07702b09
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 B9RUN /bin/sh -c apt-get update575.38 KB10WORKDIR /app93 B11RUN /bin/sh -c pip install29.26 MB12COPY pyproject.toml poetry.lock ./ #1.02 KB13RUN /bin/sh -c poetry install2.38 MB14COPY cd_ripper/ ./cd_ripper/ # buildkit5.07 KB15RUN /bin/sh -c groupadd -g9.2 KB16USER 10000 B17CMD ["python" "-u" "-m" "cd_ripper.main"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1779062400'