sha256:4b56c56f1535d0586c7f7036e35df0b0aaa1e8d3baa756d512bd9d41791d9da4
OS/ARCH
Compressed size
285.89 MB
Last pushed
30 days by jinqians
Type
Image
Manifest digest
sha256:fcd845cef88a1163c537a83adf9221754baaf6201c4059bef79b682643816815
Image Layers
1# debian.sh --arch 'amd64' out/28.4 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.55 MB9RUN /bin/sh -c set -eux;248 B10CMD ["python3"]0 B11ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PIP_DISABLE_PIP_VERSION_CHECK=10 B12RUN /bin/sh -c apt-get update163.6 MB13WORKDIR /app93 B14COPY requirements.txt . # buildkit239 B15RUN /bin/sh -c python -m81.02 MB16COPY app ./app # buildkit37.91 KB17COPY static ./static # buildkit24.58 KB18COPY templates ./templates # buildkit10.04 KB19COPY LICENSE . # buildkit11.59 KB20RUN /bin/sh -c mkdir -p136 B21EXPOSE [9080/tcp]0 B22CMD ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'