sha256:5882445e79be463d0623ebbdd775a2b0f10e21112982ba0a8841fff869797e4b
OS/ARCH
linux/amd64
Compressed size
71.18 MB
Last pushed
29 days by devops4itis
Type
Image
Manifest digest
sha256:5882445e79be463d0623ebbdd775a2b0f10e21112982ba0a8841fff869797e4b
Image Layers
1# debian.sh --arch 'amd64' out/28.4 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.160 B7ENV PYTHON_SHA256=91bcdebfdde239a003ae93738a7fce0f9230fee5c4bc2b86f6e6e8c6f98aabe80 B8RUN /bin/sh -c set -eux;13.78 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11WORKDIR /app93 B12RUN /bin/sh -c apt-get update5.04 MB13COPY requirements.txt . # buildkit912 B14RUN /bin/sh -c pip install22.72 MB15COPY app/ ./app/ # buildkit3.57 KB16EXPOSE [8088/tcp]0 B17HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:8088/health0 B18CMD ["uvicorn" "app.server:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'