sha256:4e8fea8f50951783535f687ff42c2e4a9efd72fa9a71b6ba2cd1fa4f008da328
OS/ARCH
linux/amd64
Compressed size
134.06 MB
Last pushed
over 1 year by maksymmaliutin
Type
Image
Manifest digest
sha256:4e8fea8f50951783535f687ff42c2e4a9efd72fa9a71b6ba2cd1fa4f008da328
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 /app93 B12COPY ./requirements.txt . # buildkit839 B13RUN /bin/sh -c pip install88.32 MB14COPY . . # buildkit8.79 KB15CMD ["uvicorn" "main:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1745798400'