sha256:e682ef54513075ad2b42863a6b852ec4e0ccd8860f5116ad0ad032edc43e6d93
OS/ARCH
Compressed size
740 MB
Last pushed
over 1 year by sebastianestevez
Type
Image
Manifest digest
sha256:20e9a41c31c96aa7bee0b83a0959c5e74e76a10e38d8adc4e2c752312c7c1937
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;250 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update112.47 MB12RUN /bin/sh -c curl -sSL47.53 MB13WORKDIR /usr/src/app131 B14COPY pyproject.toml poetry.lock* ./ #119.14 KB15RUN /bin/sh -c poetry config109.34 KB16RUN /bin/sh -c poetry install533.31 MB17COPY ./openapi_server ./openapi_server # buildkit64.99 KB18COPY ./openapi_server_v2 ./openapi_server_v2 # buildkit102.97 KB19COPY ./impl ./impl # buildkit65.18 KB20COPY ./tests ./tests # buildkit544.76 KB21ENV PROMETHEUS_MULTIPROC_DIR=/tmp0 B22CMD ["poetry" "run" "uvicorn" "impl.main:app"0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1736726400'