sha256:34922dd9419b1b1d9c84839de8f1006a77000404338389a0a63035b145935a0a
OS/ARCH
linux/amd64
Compressed size
83.6 MB
Last pushed
4 months by maboni82
Type
Image
Manifest digest
sha256:fe0363f2f50e9746a6af183b3ba29ed7a83e0dc6b2eec9cf6891ca2e390f9189
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 B3RUN /bin/sh -c set -eux;1.23 MB4ENV PYTHON_VERSION=3.14.50 B5ENV PYTHON_SHA256=7e32597b99e5d9a39abed35de4693fa169df3e5850d4c334337ffd6a19a36db60 B6RUN /bin/sh -c set -eux;11.76 MB7RUN /bin/sh -c set -eux;249 B8CMD ["python3"]0 B9ARG APP_VERSION=26.5.30 B10ENV APP_VERSION=26.5.30 B11ENV PYTHONDONTWRITEBYTECODE=10 B12ENV PYTHONUNBUFFERED=10 B13WORKDIR /app93 B14RUN |1 APP_VERSION=26.5.3 /bin/sh -c1.08 KB15COPY ./backend /app # buildkit76.99 KB16COPY ./backend/requirements.txt /app/requirements.txt # buildkit32 B17RUN |1 APP_VERSION=26.5.3 /bin/sh -c3.65 MB18RUN |1 APP_VERSION=26.5.3 /bin/sh -c33.09 MB19RUN |1 APP_VERSION=26.5.3 /bin/sh -c5.32 MB20RUN |1 APP_VERSION=26.5.3 /bin/sh -c148 B21RUN |1 APP_VERSION=26.5.3 /bin/sh -c77.01 KB22USER appuser0 B23EXPOSE [5000/tcp]0 B24HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:5000/health0 B25CMD ["uvicorn" "main:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1779062400'