sha256:1d339e8c781f04c3ce1834ba607661f5ebe7bfc95c753414ac56af9c328f4b25
OS/ARCH
linux/amd64
Compressed size
153.37 MB
Last pushed
3 months by duruo850
Type
Image
Manifest digest
sha256:1d339e8c781f04c3ce1834ba607661f5ebe7bfc95c753414ac56af9c328f4b25
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;3.36 MB4ENV PYTHON_VERSION=3.14.60 B5ENV PYTHON_SHA256=143b1dddefaec3bd2e21e3b839b34a2b7fb9842272883c576420d605e9f30c630 B6RUN /bin/sh -c set -eux;12.41 MB7RUN /bin/sh -c set -eux;249 B8CMD ["python3"]0 B9ARG APP_VERSION=1.0.00 B10LABEL org.opencontainers.image.version=1.0.00 B11WORKDIR /app93 B12COPY requirements.txt . # buildkit388 B13RUN |1 APP_VERSION=1.0.0 /bin/sh -c110.56 MB14COPY server/ server/ # buildkit26.68 KB15COPY agent/ agent/ # buildkit60.99 KB16COPY storage/ storage/ # buildkit14.64 KB17COPY common/ common/ # buildkit10.26 KB18COPY utils/ utils/ # buildkit6.91 KB19EXPOSE map[8000/tcp:{}]0 B20HEALTHCHECK &{["CMD-SHELL" "python -c \"import0 B21CMD ["uvicorn" "server.main:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800'