sha256:b94ddd2900a856360dcd2f785468ec46f061fc7c2cae0f3816f888985dd36a67
OS/ARCH
Compressed size
170.63 MB
Last pushed
4 months by fboaventura
Type
Image
Manifest digest
sha256:24e832fa897acdd1aeebff7b81b150a8f9b7980fe3eed8c4c587d3f764543a01
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 B9WORKDIR /app92 B10COPY dmarc/requirements.txt requirements.txt # buildkit201 B11RUN /bin/sh -c pip install128.98 MB12COPY wsgi.py gunicorn.conf.py ./ #914 B13COPY dmarc/ ./dmarc/ # buildkit13.82 KB14EXPOSE [5000/tcp]0 B15HEALTHCHECK {Test:[CMD-SHELL python -c "import0 B16CMD ["gunicorn" "wsgi:app"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1779062400'