sha256:22bf80bb5937f0d92d2a422b57cefd51254bf2b15160c77f0578ccfb7f293320
OS/ARCH
Compressed size
54.77 MB
Last pushed
about 1 month by zimbres
Type
Image
Manifest digest
sha256:0eed4a193daa2da03e9911651ede4dc81bd622378a87fa6816013adea5049a22
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.70 B5ENV PYTHON_SHA256=3b48dac8fb59f62eaa67ac83c1eb12bda1b7a08406dd286e252c11a66be27f810 B6RUN /bin/sh -c set -eux;11.7 MB7RUN /bin/sh -c set -eux;249 B8CMD ["python3"]0 B9RUN /bin/sh -c useradd -m3.23 KB10WORKDIR /app93 B11COPY requirements.txt . # buildkit194 B12RUN /bin/sh -c pip install13.09 MB13COPY app.py . # buildkit6.61 KB14COPY gunicorn.conf.py . # buildkit242 B15RUN /bin/sh -c mkdir -p96 B16USER appuser0 B17EXPOSE [5000/tcp]0 B18CMD ["gunicorn" "-c" "gunicorn.conf.py" "app:app"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1785715200'