sha256:440d903782005930c637804ae7abfc0a5005bc91f33c2a58e8a7c2bbe89535d5
OS/ARCH
linux/amd64
Compressed size
162.4 MB
Last pushed
6 months by lucad87
Type
Image
Manifest digest
sha256:035d94f1e90626ecf4c428d584efe1177f5400af4ce665733466b399b726d077
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.150 B7ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b6250 B8RUN /bin/sh -c set -eux;13.7 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11WORKDIR /app93 B12RUN /bin/sh -c apt-get update94.44 MB13ENV GOSU_VERSION=1.160 B14RUN /bin/sh -c set -eux;1.05 MB15COPY requirements.txt . # buildkit306 B16RUN /bin/sh -c pip install23.52 MB17COPY smartarr/ ./smartarr/ # buildkit22.87 KB18COPY run.py . # buildkit293 B19COPY docs/templates/.env.example .env.example # buildkit760 B20COPY scripts/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit799 B21RUN /bin/sh -c apt-get update4.83 KB22RUN /bin/sh -c mkdir -p23.76 KB23EXPOSE [8000/tcp]0 B24ENTRYPOINT ["entrypoint.sh"]0 B25CMD ["uvicorn" "smartarr.main:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1771804800'