sha256:73ccc8ac6f2d2805320d5d65c5bf2000fc4ffbddaaa182857169cb3eeb0f6e43
OS/ARCH
Compressed size
54.48 MB
Last pushed
about 1 month by zimbres
Type
Image
Manifest digest
sha256:28f9915f6834403aa194d3030f5166f757380a2ed526b040cd8fad5121992ed4
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;1.23 MB4ENV PYTHON_VERSION=3.14.70 B5ENV PYTHON_SHA256=3b48dac8fb59f62eaa67ac83c1eb12bda1b7a08406dd286e252c11a66be27f810 B6RUN /bin/sh -c set -eux;11.79 MB7RUN /bin/sh -c set -eux;249 B8CMD ["python3"]0 B9RUN /bin/sh -c useradd -m3.24 KB10WORKDIR /app93 B11COPY requirements.txt . # buildkit194 B12RUN /bin/sh -c pip install13.05 MB13COPY app.py . # buildkit6.82 KB14COPY gunicorn.conf.py . # buildkit240 B15RUN /bin/sh -c mkdir -p95 B16USER appuser0 B17EXPOSE [5000/tcp]0 B18CMD ["gunicorn" "-c" "gunicorn.conf.py" "app:app"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'