Sign inSign up

nyirsh/musicarr:2026.06.04.4

Multi-platform
Index digest

sha256:36d2f257304fdacdad94d519df6d56dfad38c3516e41d9268429691ebda5ef55

OS/ARCH

Compressed size

66.42 MB

Last pushed

3 months by nyirsh

Type

Image

Manifest digest

sha256:23da9d41d3e52b7a31ca8acc777a9e4e819ecf8bedd7ff23e443e1895513ad17

Image Layers

1# debian.sh --arch 'arm64' out/28.75 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3RUN /bin/sh -c set -eux;1.22 MB
4ENV PYTHON_VERSION=3.14.50 B
5ENV PYTHON_SHA256=7e32597b99e5d9a39abed35de4693fa169df3e5850d4c334337ffd6a19a36db60 B
6RUN /bin/sh -c set -eux;11.67 MB
7RUN /bin/sh -c set -eux;250 B
8CMD ["python3"]0 B
9EXPOSE [5000/tcp]0 B
10RUN /bin/sh -c apt-get update5.84 MB
11ENV PYTHONDONTWRITEBYTECODE=10 B
12ENV PYTHONUNBUFFERED=10 B
13COPY requirements.txt . # buildkit164 B
14RUN /bin/sh -c python -m18.94 MB
15COPY entrypoint.sh /entrypoint.sh # buildkit466 B
16RUN /bin/sh -c chmod +x467 B
17ENV PUID=56780 B
18ENV PGID=56780 B
19WORKDIR /app93 B
20COPY . /app # buildkit6.54 KB
21ENTRYPOINT ["/entrypoint.sh"]0 B
22CMD ["gunicorn" "--bind" "0.0.0.0:5000" "musicarr.__main__:app"]0 B
23HEALTHCHECK {Test:[CMD-SHELL curl --fail http://localhost:5000/health0 B

Command

# debian.sh --arch 'arm64' out/ 'trixie' '@1779062400'