sha256:5cd9ba5f518bac6f186224369101377dc19669f6b73bb6967ae2c3096638d2bc
OS/ARCH
Compressed size
73.77 MB
Last pushed
over 2 years by drcoreybaker
Type
Image
Manifest digest
sha256:5aa849c1e963617001022be88f09c8f7e47428f32d67efd8f99970b64aa6a135
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.11.70 B8RUN /bin/sh -c set -eux;12.22 MB9RUN /bin/sh -c set -eux;242 B10ENV PYTHON_PIP_VERSION=23.2.10 B11ENV PYTHON_SETUPTOOLS_VERSION=65.5.10 B12ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/4cfa4081d27285bda1220a62a5ebf5b4bd749cdb/public/get-pip.py0 B13ENV PYTHON_GET_PIP_SHA256=9cc01665956d22b3bf057ae8287b035827bfd895da235bcea200ab3b811790b60 B14RUN /bin/sh -c set -eux;3.24 MB15CMD ["python3"]0 B16RUN /bin/sh -c groupadd -g1.1 KB17USER 9990 B18WORKDIR /app32 B19COPY /app/venv ./venv # buildkit27.24 MB20COPY /app/poetry*.lock ./ # buildkit21.64 KB21COPY /app/pyproject*.toml ./ # buildkit501 B22COPY ./scripts/start-poetry.sh . # buildkit236 B23COPY ./server ./server # buildkit82.5 KB24EXPOSE map[3000/tcp:{}]0 B25CMD ["./start-poetry.sh" "poetry" "run" "uvicorn"0 B26HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:3000/health"]0 BCommand
ADD file:70e4f0c71f88c97c8db279b998c10d4943954d304ff9f51875c3699a4dc5ee4e in /