sha256:d8a3ab2affeba374b417a28e7d457a868c045b38453022fde56e73470263dd16
OS/ARCH
linux/amd64
Compressed size
252.2 MB
Last pushed
4 months by mdurldl
Type
Image
Manifest digest
sha256:98bde3f7ccc486d320cf689f0e9597f4987f34a03b9a3c946f80470953e5f6a2
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=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.150 B7ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b6250 B8RUN /bin/sh -c set -eux;13.7 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11ENV PYTHONDONTWRITEBYTECODE=10 B12ENV PYTHONUNBUFFERED=10 B13WORKDIR /app93 B14COPY pyproject.toml /app/pyproject.toml # buildkit649 B15RUN /bin/sh -c pip install208.81 MB16COPY app /app/app # buildkit42.75 KB17COPY static /app/static # buildkit155 B18COPY templates /app/templates # buildkit13.48 KB19COPY sample_data /app/sample_data # buildkit1.46 KB20COPY infra/schemas /app/infra/schemas # buildkit1.16 KB21RUN /bin/sh -c mkdir -p111 B22EXPOSE &{[{{23 0} {23 0}}]0 B23CMD ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1771804800'