sha256:096f8d8d80ac83e6d4daedfcaf2dbbab99de825ecfe5d42a4b728d7a83ab668b
OS/ARCH
Compressed size
58.29 MB
Last pushed
5 months by kroeberd
Type
Image
Manifest digest
sha256:7969eb667f06cb233379b20f416b548641e486b92d7223388621d5329b5cbe1d
Image Layers
1# debian.sh --arch 'arm64' out/28.74 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.21 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;11.49 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.60 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 . # buildkit238 B20RUN /bin/sh -c apt-get update377.67 KB21RUN /bin/sh -c pip install11.27 MB22COPY VERSION ./ # buildkit147 B23COPY app/ ./app/ # buildkit37.96 KB24COPY templates/ ./templates/ # buildkit79.97 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 'arm64' out/ 'trixie' '@1775433600'