sha256:416b6e166a840c7ff7f452006228164a1891095e8aae1373ab9ef69fdb86981b
OS/ARCH
linux/amd64
Compressed size
83.6 MB
Last pushed
4 months by maboni82
Type
Image
Manifest digest
sha256:e48ec06d104594498cf84bbd3bc3246ccb39a15ada39f1eb7674212fff03e49f
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.50 B10ENV APP_VERSION=26.5.50 B11ENV PYTHONDONTWRITEBYTECODE=10 B12ENV PYTHONUNBUFFERED=10 B13WORKDIR /app93 B14RUN |1 APP_VERSION=26.5.5 /bin/sh -c1.08 KB15COPY ./backend /app # buildkit76.74 KB16COPY ./backend/requirements.txt /app/requirements.txt # buildkit32 B17RUN |1 APP_VERSION=26.5.5 /bin/sh -c3.65 MB18RUN |1 APP_VERSION=26.5.5 /bin/sh -c33.08 MB19RUN |1 APP_VERSION=26.5.5 /bin/sh -c5.32 MB20RUN |1 APP_VERSION=26.5.5 /bin/sh -c148 B21RUN |1 APP_VERSION=26.5.5 /bin/sh -c76.76 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'