sha256:81adacf0dc1c0837bb7f406719108f15367f9d265c9ded88f087995217d10a28
OS/ARCH
Compressed size
58.18 MB
Last pushed
5 months by kroeberd
Type
Image
Manifest digest
sha256:e3f9e5f71db8318a56a530cf4a8a102fe1edea2259f013b618cbd315d37aa7d3
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=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;11.55 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11LABEL org.opencontainers.image.title=Mediastarr0 B12LABEL org.opencontainers.image.description=Automated missing-content and quality-upgrade0 B13LABEL org.opencontainers.image.version=7.1.50 B14LABEL org.opencontainers.image.source=https://github.com/kroeberd/mediastarr0 B15LABEL org.opencontainers.image.url=https://mediastarr.de/0 B16LABEL org.opencontainers.image.licenses=MIT0 B17LABEL org.opencontainers.image.authors=kroeberd0 B18WORKDIR /app93 B19COPY requirements.txt . # buildkit237 B20RUN /bin/sh -c apt-get update411.96 KB21RUN /bin/sh -c pip install11.4 MB22COPY VERSION ./ # buildkit145 B23COPY app/ ./app/ # buildkit37.95 KB24COPY templates/ ./templates/ # buildkit79.79 KB25COPY static/ ./static/ # buildkit5.08 MB26VOLUME [/data]0 B27EXPOSE [7979/tcp]0 B28HEALTHCHECK &{["CMD-SHELL" "python -c \"import0 B29ENV DATA_DIR=/data0 B30ENTRYPOINT ["/usr/bin/tini" "--"]0 B31CMD ["gunicorn" "--bind" "0.0.0.0:7979" "--workers"0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1775433600'