sha256:b0b26b4e49b2aa244c080284d2b1a5d2d98be4b1aa7ee7cfb120a362cfc8bd6e
OS/ARCH
linux/amd64
Compressed size
416.07 MB
Last pushed
about 1 month by thomasve
Type
Image
Manifest digest
sha256:8c699671bbe756a8788477df950f22fb394cfc000b4c9b3465c8d3ff2ebbca75
Image Layers
1# debian.sh --arch 'amd64' out/47.03 MB2RUN /bin/sh -c set -eux;24.45 MB3RUN /bin/sh -c set -eux;64.66 MB4RUN /bin/sh -c set -ex;225.37 MB5ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B6RUN /bin/sh -c set -eux;5.82 MB7ENV PYTHON_VERSION=3.14.70 B8ENV PYTHON_SHA256=3b48dac8fb59f62eaa67ac83c1eb12bda1b7a08406dd286e252c11a66be27f810 B9RUN /bin/sh -c set -eux;28.38 MB10RUN /bin/sh -c set -eux;249 B11CMD ["python3"]0 B12WORKDIR /usr/src/app131 B13COPY requirements.txt ./ # buildkit474 B14RUN /bin/sh -c pip install19.32 MB15ARG USER_ID=10000 B16ARG GROUP_ID=10000 B17RUN |2 USER_ID=1000 GROUP_ID=1000 /bin/sh3.23 KB18COPY ./dist/ ./dist/ # buildkit1.01 MB19COPY ./src/ . # buildkit27.26 KB20USER app0 B21CMD ["uvicorn" "main:api" "--proxy-headers" "--host"0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'