sha256:dabbbac61a80ada787920267eb8c1206c51ee4e5d03c6d31ac5db7abef03a51d
OS/ARCH
Compressed size
152.15 MB
Last pushed
3 months by danielwydler
Type
Image
Manifest digest
sha256:b317830d6e26fcb02d8e21efa8321afe05fd190f01a174659c2a206a82d6e3c6
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;1.22 MB4ENV PYTHON_VERSION=3.14.50 B5ENV PYTHON_SHA256=7e32597b99e5d9a39abed35de4693fa169df3e5850d4c334337ffd6a19a36db60 B6RUN /bin/sh -c set -eux;11.67 MB7RUN /bin/sh -c set -eux;250 B8CMD ["python3"]0 B9LABEL maintainer=Daniel Wydler0 B10LABEL org.opencontainers.image.authors=Daniel Wydler0 B11LABEL org.opencontainers.image.description=A Python package and0 B12LABEL org.opencontainers.image.documentation=https://github.com/wydler/parsedmarc-docker/blob/master/README.md0 B13LABEL org.opencontainers.image.source=https://github.com/wydler/parsedmarc-docker0 B14LABEL org.opencontainers.image.title=wydler/parsedmarc-app0 B15LABEL org.opencontainers.image.url=https://github.com/wydler/parsedmarc-docker0 B16WORKDIR /0 B17COPY ./docker/parsedmarc/requirements.txt ./ # buildkit125 B18RUN /bin/sh -c set -eux;399.3 KB19RUN /bin/sh -c pip install110.13 MB20RUN /bin/sh -c useradd -ms3.24 KB21ENTRYPOINT ["parsedmarc"]0 B22CMD ["--help"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1779062400'