sha256:5a4a78ce45f95067cc4a709c35002d34782c7522ef0a4ad35d9d378a20e12549
OS/ARCH
Compressed size
60.61 MB
Last pushed
about 1 year by phipzzz
Type
Image
Manifest digest
sha256:fd7a68aeae11977386e83174746870d51cbb636d5fe3e8644100db206e0b25d5
Image Layers
1# debian.sh --arch 'arm64' out/28.74 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 GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.70 B6ENV PYTHON_SHA256=5462f9099dfd30e238def83c71d91897d8caa5ff6ebc7a50f14d4802cdaaa79a0 B7RUN /bin/sh -c set -eux;11.13 MB8RUN /bin/sh -c set -eux;250 B9CMD ["python3"]0 B10ENV PYTHONUNBUFFERED=10 B11WORKDIR /app92 B12ARG VERSION=1.3.00 B13RUN |1 VERSION=1.3.0 /bin/sh -c141 B14COPY requirements.txt requirements.txt # buildkit220 B15RUN |1 VERSION=1.3.0 /bin/sh -c11.05 MB16COPY . . # buildkit8.48 MB17EXPOSE map[5000/tcp:{}]0 B18CMD ["gunicorn" "-c" "gunicorn.conf.py" "main:app"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1754870400'