sha256:281f5fc40f2a28f3c8a231e2a900968e3fe53843843c34571731f5b49ae0343f
OS/ARCH
linux/amd64
Compressed size
162.39 MB
Last pushed
7 months by lucad87
Type
Image
Manifest digest
sha256:46f9f2349292001bc924c4bec1700536f14ecbbc728998c1f2324a8a6a0b768d
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.21 KB18COPY run.py . # buildkit292 B19COPY docs/templates/.env.example .env.example # buildkit607 B20COPY scripts/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit799 B21RUN /bin/sh -c apt-get update4.83 KB22RUN /bin/sh -c mkdir -p22.99 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'