sha256:9c170689fbab5bbcc27e5accd6bd5b5da279aa182958151599d730102301678e
OS/ARCH
linux/amd64
Compressed size
104.63 MB
Last pushed
over 1 year by akovalov1
Type
Image
Manifest digest
sha256:9c170689fbab5bbcc27e5accd6bd5b5da279aa182958151599d730102301678e
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.120 B7ENV PYTHON_SHA256=849da87af4df137710c1796e276a955f7a85c9f971081067c8f565d15c352a090 B8RUN /bin/sh -c set -eux;15.46 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11WORKDIR /app92 B12COPY ./requirements.txt . # buildkit861 B13RUN /bin/sh -c pip install58.87 MB14COPY . . # buildkit41.8 KB15EXPOSE map[8000/tcp:{}]0 B16CMD ["uvicorn" "main:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1745798400'