sha256:b19fc264a235c2cde0bdd807c49ca6fbb1df0ca5b3103274f6da4a3506c71995
OS/ARCH
linux/amd64
Compressed size
193.67 MB
Last pushed
25 days by maboni82
Type
Image
Manifest digest
sha256:9730e603fbb3d682c4cab160a6d4e518dcb5c76f05e5da33975925e6f3365ebc
Image Layers
1# debian.sh --arch 'amd64' out/28.41 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.70 B5ENV PYTHON_SHA256=3b48dac8fb59f62eaa67ac83c1eb12bda1b7a08406dd286e252c11a66be27f810 B6RUN /bin/sh -c set -eux;11.79 MB7RUN /bin/sh -c set -eux;250 B8CMD ["python3"]0 B9WORKDIR /app93 B10RUN /bin/sh -c apt-get update109.91 MB11COPY requirements.txt requirements.txt # buildkit516 B12RUN /bin/sh -c pip install41.97 MB13RUN /bin/sh -c apt-get remove97.9 KB14COPY . . # buildkit130.83 KB15RUN /bin/sh -c groupadd -r132.08 KB16USER appuser0 B17EXPOSE [5003/tcp]0 B18HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:${APP_PORT:-5003}/health0 B19CMD ["/bin/sh" "-c" "uvicorn app:app0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'