Sign inSign up

harriedekorte/own-the-fastapi-template:1153

Multi-platform
Index digest

sha256:1a422cbadb1a39323233c831923f8528771711fe954770e8b4a0b3768af510e9

OS/ARCH

Compressed size

94.36 MB

Last pushed

over 2 years by harriedekorte

Type

Image

Manifest digest

sha256:2e28eccf569cca278ccaaf410f6753ff2a7448de8e5b008bf2856bfb3fad84e4

Image Layers

1ADD file ... in / 27.77 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.35 MB
6ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
7ENV PYTHON_VERSION=3.12.20 B
8RUN /bin/sh -c set -eux;11.44 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.38 KB
17RUN /bin/sh -c pip install39.85 MB
18RUN /bin/sh -c poetry install9.1 MB
19COPY /src /src # buildkit1.99 KB
20COPY README.md /src # buildkit450 B
21CMD ["poetry" "run" "uvicorn" "main:app"0 B

Command

ADD file:b86ae1c7ca3586d8feedcd9ff1b2b1e8ab872caf6587618f1da689045a5d7ae4 in /