sha256:18445522ccd7862350c61d559d705618677ceffd63deab7ecb8531680e4ba225
OS/ARCH
Compressed size
54.28 MB
Last pushed
over 1 year by ajayverse
Type
Image
Manifest digest
sha256:594339072b3ba01d63788204dee3333cc3a3cd98756313f523db1ccdd1a11384
Image Layers
1# debian.sh --arch 'arm64' out/26.75 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;3.18 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.110 B7ENV PYTHON_SHA256=2a9920c7a0cd236de33644ed980a13cbbc21058bfdc528febb6081575ed73be30 B8RUN /bin/sh -c set -eux;15.38 MB9RUN /bin/sh -c set -eux;251 B10CMD ["python3"]0 B11WORKDIR /app93 B12COPY /usr/local /usr/local # buildkit8.95 MB13COPY . . # buildkit22.54 KB14ENV FLASK_APP=app.py FLASK_ENV=production PYTHONUNBUFFERED=10 B15EXPOSE map[8000/tcp:{}]0 B16CMD ["gunicorn" "-b" "0.0.0.0:8000" "app:app"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1740355200'