sha256:dbefab4b600d2c8e476813c68fa2ca7dbf7b9f366fa7554109125fe9b4169b27
OS/ARCH
Compressed size
505.33 MB
Last pushed
almost 2 years by sebastianestevez
Type
Image
Manifest digest
sha256:3e51acbc66567a27ee38c0d61d0248f8331a6c8d8356efd13272ba571171a42a
Image Layers
1ADD file ... in / 27.81 MB2CMD ["bash"]0 B3ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B4ENV LANG=C.UTF-80 B5RUN /bin/sh -c set -eux;3.17 MB6ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B7ENV PYTHON_VERSION=3.10.120 B8RUN /bin/sh -c set -eux;15.65 MB9RUN /bin/sh -c set -eux;245 B10ENV PYTHON_PIP_VERSION=23.0.10 B11ENV PYTHON_SETUPTOOLS_VERSION=65.5.10 B12ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py0 B13ENV PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe0 B14RUN /bin/sh -c set -eux;3.21 MB15CMD ["python3"]0 B16RUN /bin/sh -c apt-get update88.97 MB17RUN /bin/sh -c curl -sSL36.83 MB18WORKDIR /usr/src/app133 B19COPY pyproject.toml poetry.lock* ./ #111.54 KB20RUN /bin/sh -c poetry config44 KB21RUN /bin/sh -c poetry install328.78 MB22COPY ./openapi_server ./openapi_server # buildkit64.99 KB23COPY ./openapi_server_v2 ./openapi_server_v2 # buildkit102.99 KB24COPY ./impl ./impl # buildkit64.52 KB25COPY ./tests ./tests # buildkit544.76 KB26ENV PROMETHEUS_MULTIPROC_DIR=/tmp0 B27CMD ["poetry" "run" "uvicorn" "impl.main:app"0 BCommand
ADD file:bc58956fa3d1aff2efb0264655d039fedfff28dc4ff19a65a235e82754ee1cfa in /