Sign inSign up

harriedekorte/own-the-fastapi-template:1152

Multi-platform
Index digest

sha256:803d99bcd136c5587a8b0b41cb37acc774ac0760dc12356872f87e3106324d2c

OS/ARCH

Compressed size

90.32 MB

Last pushed

over 2 years by harriedekorte

Type

Image

Manifest digest

sha256:17124ca72f66d5fadf5458ac79993e9991dcc28c2eaca957c02f757029d5d765

Image Layers

1ADD file ... in / 27.81 MB
2CMD ["bash"]0 B
3ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
4ENV LANG=C.UTF-80 B
5RUN /bin/sh -c set -eux;3.17 MB
6ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
7ENV PYTHON_VERSION=3.12.20 B
8RUN /bin/sh -c set -eux;11.41 MB
9RUN /bin/sh -c set -eux;245 B
10ENV PYTHON_PIP_VERSION=24.00 B
11ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py0 B
12ENV PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab90 B
13RUN /bin/sh -c set -eux;2.84 MB
14CMD ["python3"]0 B
15WORKDIR /src93 B
16COPY pyproject.toml poetry.lock /src/ #13.39 KB
17RUN /bin/sh -c pip install35.98 MB
18RUN /bin/sh -c poetry install9.09 MB
19COPY /src /src # buildkit1.99 KB
20COPY README.md /src # buildkit451 B
21CMD ["poetry" "run" "uvicorn" "main:app"0 B

Command

ADD file:85e3f04235f949795629380f3a50ca566471f0258cd4322937c8b1e0648a69ae in /