sha256:23d6b94a6f37c160ed95dcbe718ef799d9a7630dfccfe6b6b1a2cc825fa07d9d
OS/ARCH
linux/amd64
Compressed size
68.85 MB
Last pushed
about 1 year by neil1145
Type
Image
Manifest digest
sha256:6a100fa104f0921d2a9b34daea04a2164c5f7c4fbda2e1c3642915a5d8a97a0e
Image Layers
1# debian.sh --arch 'amd64' out/26.92 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;3.35 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.130 B7ENV PYTHON_SHA256=8fb5f9fbc7609fa822cb31549884575db7fd9657cbffb89510b5d7975963a83a0 B8RUN /bin/sh -c set -eux;15.46 MB9RUN /bin/sh -c set -eux;248 B10CMD ["python3"]0 B11ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PYTHONPATH=/app PIP_NO_CACHE_DIR=10 B12RUN /bin/sh -c groupadd -r1.08 KB13RUN /bin/sh -c apt-get update1.48 MB14WORKDIR /app93 B15COPY requirements.txt . # buildkit250 B16RUN /bin/sh -c pip install10.65 MB17COPY api_server.py . # buildkit4.97 KB18COPY static/ ./static/ # buildkit7.58 KB19COPY workflows/ ./workflows/ # buildkit5.47 MB20COPY *.py ./ # buildkit9.71 KB21COPY *.md ./ # buildkit32 B22RUN /bin/sh -c mkdir -p5.49 MB23COPY *.sh ./ # buildkit3.41 KB24RUN /bin/sh -c chmod +x32 B25USER appuser0 B26EXPOSE map[8000/tcp:{}]0 B27HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8000/health0 B28CMD ["python" "-m" "uvicorn" "api_server:app"0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1749513600'