Sign inSign up

harriedekorte/own-the-fastapi-template:1148

Multi-platform
Index digest

sha256:9a3a6c49d95ebeafd06a25dbd535244119ef1eae4c0a558376494056bfaf7e41

OS/ARCH

Compressed size

94.36 MB

Last pushed

over 2 years by harriedekorte

Type

Image

Manifest digest

sha256:145c012dacdc2aa02f24fddcdf75781015891ea6bd92ec21651bb3e9fda3c7f5

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 /src92 B
16COPY pyproject.toml poetry.lock /src/ #13.39 KB
17RUN /bin/sh -c pip install39.85 MB
18RUN /bin/sh -c poetry install9.1 MB
19COPY /src /src # buildkit2 KB
20CMD ["poetry" "run" "uvicorn" "main:app"0 B

Command

ADD file:b86ae1c7ca3586d8feedcd9ff1b2b1e8ab872caf6587618f1da689045a5d7ae4 in /