sha256:1a223701673e08aec6cb954d8fbe7cb9604040357f98e9442326d5ab08ee0903
OS/ARCH
linux/amd64
Compressed size
55.29 MB
Last pushed
6 days by teeks99
Type
Image
Manifest digest
sha256:a02fa0be7fae17741ecfc261f465f30e51f1d5ac8650a57114e82988c3461b2a
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;4.07 MB4ENV PYTHON_VERSION=3.14.70 B5ENV PYTHON_SHA256=3b48dac8fb59f62eaa67ac83c1eb12bda1b7a08406dd286e252c11a66be27f810 B6RUN /bin/sh -c set -eux;11.79 MB7RUN /bin/sh -c set -eux;249 B8CMD ["python3"]0 B9RUN /bin/sh -c groupadd -r1.08 KB10WORKDIR /app93 B11COPY requirements.txt . # buildkit588 B12RUN /bin/sh -c pip install11 MB13COPY . . # buildkit7.11 KB14RUN /bin/sh -c chown -R7.53 KB15USER appuser0 B16EXPOSE [8000/tcp]0 B17CMD ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'