sha256:71dc673cfaef8d11c67c8ad1ea764a06847a8cc4455e45d65396670cd703eea4
OS/ARCH
linux/amd64
Compressed size
83.7 MB
Last pushed
4 months by maboni82
Type
Image
Manifest digest
sha256:74b12675ae301c230aae7703a0b39be3a7fdd487ff42e9e8f5672012ca002a99
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.6.10 B10ENV APP_VERSION=26.6.10 B11ENV PYTHONDONTWRITEBYTECODE=10 B12ENV PYTHONUNBUFFERED=10 B13WORKDIR /app93 B14RUN |1 APP_VERSION=26.6.1 /bin/sh -c1.08 KB15COPY ./backend /app # buildkit83.3 KB16COPY ./backend/requirements.txt /app/requirements.txt # buildkit32 B17RUN |1 APP_VERSION=26.6.1 /bin/sh -c3.65 MB18RUN |1 APP_VERSION=26.6.1 /bin/sh -c33.18 MB19RUN |1 APP_VERSION=26.6.1 /bin/sh -c5.32 MB20RUN |1 APP_VERSION=26.6.1 /bin/sh -c149 B21RUN |1 APP_VERSION=26.6.1 /bin/sh -c83.32 KB22USER appuser0 B23EXPOSE [5000/tcp]0 B24HEALTHCHECK {Test:[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'