sha256:b8b9b8396d2e0d811abaa22d405a0547a8b42dd0fe64c8420ce7775746058a5e
OS/ARCH
Compressed size
65.45 MB
Last pushed
about 10 hours by cpouthier
Type
Image
Manifest digest
sha256:e91ba861f5f8f5c98ea18ffe14b0d7d46db668e2263e5b3e1918ef7c13cbbd6b
Image Layers
1# debian.sh --arch 'amd64' out/28.45 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;1.23 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.140 B7ENV PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a0 B8RUN /bin/sh -c set -eux;11.56 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11WORKDIR /app93 B12COPY app/requirements.txt . # buildkit254 B13RUN /bin/sh -c pip install24.16 MB14COPY app/ . # buildkit47.19 KB15EXPOSE [8000/tcp]0 B16CMD ["uvicorn" "main:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1789689600'