sha256:942c82e1280cbb857d278209a3780054c436ab484b0616537b35cfbb9458298b
OS/ARCH
Compressed size
160.81 MB
Last pushed
about 1 month by danielwydler
Type
Image
Manifest digest
sha256:758f7f2051bdc6a15a78ae4765354bc778a8fc006c533391188be7d68916c741
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.60 B5ENV PYTHON_SHA256=143b1dddefaec3bd2e21e3b839b34a2b7fb9842272883c576420d605e9f30c630 B6RUN /bin/sh -c set -eux;11.68 MB7RUN /bin/sh -c set -eux;249 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 ./ # buildkit148 B18RUN /bin/sh -c set -eux;399.29 KB19RUN /bin/sh -c pip install118.77 MB20RUN /bin/sh -c useradd -ms3.24 KB21ENTRYPOINT ["parsedmarc"]0 B22CMD ["--help"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1785715200'