sha256:a266a70c5b573125114a94dd803180b6a438fa0a19e934c552dc512736cf6e50
OS/ARCH
Compressed size
58.18 MB
Last pushed
5 months by kroeberd
Type
Image
Manifest digest
sha256:2ff4d5b5dd198137a2d65951846ec259f75000a3140e4ab1350a774ac0043e85
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.70 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 update411.97 KB21RUN /bin/sh -c pip install11.4 MB22COPY VERSION ./ # buildkit147 B23COPY app/ ./app/ # buildkit37.95 KB24COPY templates/ ./templates/ # buildkit80.05 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'