sha256:5418b265439397c363e5f24ed62d2df00b1152ad2fb41f35bca45de19ce781f2
OS/ARCH
linux/amd64
Compressed size
153.38 MB
Last pushed
3 months by duruo850
Type
Image
Manifest digest
sha256:5418b265439397c363e5f24ed62d2df00b1152ad2fb41f35bca45de19ce781f2
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 . # buildkit390 B13RUN |1 APP_VERSION=1.0.0 /bin/sh -c110.56 MB14COPY server/ server/ # buildkit27.23 KB15COPY agent/ agent/ # buildkit61.33 KB16COPY storage/ storage/ # buildkit19.46 KB17COPY common/ common/ # buildkit11.01 KB18COPY utils/ utils/ # buildkit8.11 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'