sha256:caded30ef95e928ae51c1816c7e19a6874e945deb7a13757ad9f04d8acbda2c5
OS/ARCH
Compressed size
152.64 MB
Last pushed
4 months by danielwydler
Type
Image
Manifest digest
sha256:090a79070e54eb734e0cdc0d339ee72a294654a4175ca01504184321f39cf421
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.21 MB4ENV PYTHON_VERSION=3.14.40 B5ENV PYTHON_SHA256=d923c51303e38e249136fc1bdf3568d56ecb03214efdef48516176d3d7faaef80 B6RUN /bin/sh -c set -eux;11.62 MB7RUN /bin/sh -c set -eux;248 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 ./ # buildkit128 B18RUN /bin/sh -c set -eux;399.31 KB19RUN /bin/sh -c pip install110.66 MB20RUN /bin/sh -c useradd -ms3.24 KB21ENTRYPOINT ["parsedmarc"]0 B22CMD ["--help"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1776729600'