sha256:a69b4b7828a84442d85ed0c11bd8cfbe26c6511b0af19265e0d4f23d5a767cb8
OS/ARCH
linux/amd64
Compressed size
55.43 MB
Last pushed
7 days by teeks99
Type
Image
Manifest digest
sha256:bae22c2e45ec9ea1fc28f50afd8eb6012c1080702c225d82bc2d36fd389808f0
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.09 KB10WORKDIR /app93 B11COPY requirements.txt . # buildkit589 B12RUN /bin/sh -c pip install11.15 MB13COPY . . # buildkit7.11 KB14RUN /bin/sh -c chown -R7.52 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'