sha256:3d342d20f957698dabf1efef835638eca782ccb30be53edcf01c9ae12d92f894
OS/ARCH
Compressed size
58.51 MB
Last pushed
4 months by kroeberd
Type
Image
Manifest digest
sha256:52826619ad974ec81cbef0a46d461210dc932823f2c5cb444a9654bf2de7b4c4
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.110 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 /app92 B19COPY requirements.txt . # buildkit236 B20RUN /bin/sh -c apt-get update411.99 KB21RUN /bin/sh -c pip install11.72 MB22COPY VERSION ./ # buildkit146 B23COPY app/ ./app/ # buildkit40.62 KB24COPY templates/ ./templates/ # buildkit82.25 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' '@1777939200'