Sign inSign up

lfcribeiro/fastapi-demo:0.4.0-dev

Manifest digest

sha256:22f77b79a1930e77f654289e9eaaa850a8c3621ca2b7060320998f2187f2ddf9

OS/ARCH

linux/amd64

Compressed size

59.58 MB

Last pushed

6 months by lfcribeiro

Type

Image

Manifest digest

sha256:22f77b79a1930e77f654289e9eaaa850a8c3621ca2b7060320998f2187f2ddf9

Image Layers

1# debian.sh --arch 'amd64' out/28.4 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3ENV LANG=C.UTF-80 B
4RUN /bin/sh -c set -eux;1.23 MB
5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
6ENV PYTHON_VERSION=3.12.130 B
7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B
8RUN /bin/sh -c set -eux;11.55 MB
9RUN /bin/sh -c set -eux;249 B
10CMD ["python3"]0 B
11ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 APP_HOME=/opt/app0 B
12WORKDIR /opt/app110 B
13COPY requirements.txt ./ # buildkit268 B
14RUN /bin/sh -c pip install18.38 MB
15COPY *.py ./ # buildkit4.8 KB
16COPY app-config.yaml ./ # buildkit445 B
17COPY templates/ ./templates/ # buildkit4.66 KB
18COPY static/ ./static/ # buildkit3.6 KB
19EXPOSE [8000/tcp]0 B
20CMD ["uvicorn" "main:app" "--host" "0.0.0.0"0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1773619200'