sha256:4ad2b1fc5bf93f535e97a30b32b20efcff03e9281c85f457b6315fd7b8ecfb73
OS/ARCH
linux/amd64
Compressed size
54.68 MB
Last pushed
over 1 year by ajayverse
Type
Image
Manifest digest
sha256:eddd6e3c3b831270fb70555db4ff1e331041f15b1e0377b4fb221fd63d6755ef
Image Layers
1# debian.sh --arch 'amd64' out/26.91 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.35 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.110 B7ENV PYTHON_SHA256=2a9920c7a0cd236de33644ed980a13cbbc21058bfdc528febb6081575ed73be30 B8RUN /bin/sh -c set -eux;15.45 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11WORKDIR /app93 B12COPY /usr/local /usr/local # buildkit8.95 MB13COPY . . # buildkit20.09 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 'amd64' out/ 'bookworm' '@1738540800'