sha256:c239be00a0b56c92113b6851ad81fe0b95528e56b29a1ff87bdc0b2a85af09d0
OS/ARCH
Compressed size
521.07 MB
Last pushed
about 1 year by shashankrawlani
Type
Image
Manifest digest
sha256:9a5e43dbe6c644396aafcb70e4350e74d6252e9718d5eca3ef91d56b4574da74
Image Layers
1# debian.sh --arch 'amd64' out/28.39 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;1.23 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.130 B7ENV PYTHON_SHA256=8fb5f9fbc7609fa822cb31549884575db7fd9657cbffb89510b5d7975963a83a0 B8RUN /bin/sh -c set -eux;13.96 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11WORKDIR /app93 B12RUN /bin/sh -c apt-get update98.17 MB13COPY /usr/local/lib/python3.11/site-packages /usr/local/lib/python3.11/site-packages # buildkit97.3 MB14COPY /usr/local/bin /usr/local/bin # buildkit2.43 KB15COPY /root/.cache/ms-playwright /root/.cache/ms-playwright # buildkit276.8 MB16COPY main_app/ . # buildkit5.22 MB17RUN /bin/sh -c mkdir -p165 B18EXPOSE map[8000/tcp:{}]0 B19HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8000/health0 B20CMD ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1754870400'