sha256:6f672ac2a4cdeda37efacad07d4a587f277db3e8954b5b9681e22560156b10bb
OS/ARCH
Compressed size
58.7 MB
Last pushed
5 months by kroeberd
Type
Image
Manifest digest
sha256:90774b10c8ff72c00e579f76108ea3dd5d39f693cff588e60c9f35a2a6a9d8c0
Image Layers
1# debian.sh --arch 'arm64' out/28.75 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;249 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.100 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.71 KB21RUN /bin/sh -c pip install11.68 MB22COPY VERSION ./ # buildkit144 B23COPY app/ ./app/ # buildkit40.31 KB24COPY templates/ ./templates/ # buildkit82.13 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' '@1776729600'