sha256:01501bcfd2415b82caa856fcf948b00821578782c800ac3c866e5384e2b4de38
OS/ARCH
linux/amd64
Compressed size
51.38 MB
Last pushed
over 1 year by alexomilovanov
Type
Image
Manifest digest
sha256:3bf6e0a83c003db725d2e95cf5f3044c4b382de25f7b98791b4896a327ff6427
Image Layers
1# debian.sh --arch 'amd64' out/26.92 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.130 B7ENV PYTHON_SHA256=8fb5f9fbc7609fa822cb31549884575db7fd9657cbffb89510b5d7975963a83a0 B8RUN /bin/sh -c set -eux;15.46 MB9RUN /bin/sh -c set -eux;248 B10CMD ["python3"]0 B11WORKDIR /app93 B12COPY requirements.txt . # buildkit186 B13RUN /bin/sh -c pip install5.63 MB14COPY . . # buildkit24.84 KB15EXPOSE map[5000/tcp:{}]0 B16CMD ["gunicorn" "--bind" "0.0.0.0:5000" "app:app"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1749513600'