Sign inSign up

nyirsh/musicarr:2026.06.04.5

Multi-platform
Index digest

sha256:b794749aaafffaf9569ce4de87df365734c20f9d0cea695aadbc25b5a22cc338

OS/ARCH

Compressed size

66.43 MB

Last pushed

3 months by nyirsh

Type

Image

Manifest digest

sha256:9c97682e6ad3c634c8eeefb78f4ae5b9b7e9cdfc9a1a91ee87477e315857e50f

Image Layers

1# debian.sh --arch 'amd64' out/28.41 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.23 MB
4ENV PYTHON_VERSION=3.14.60 B
5ENV PYTHON_SHA256=143b1dddefaec3bd2e21e3b839b34a2b7fb9842272883c576420d605e9f30c630 B
6RUN /bin/sh -c set -eux;11.76 MB
7RUN /bin/sh -c set -eux;249 B
8CMD ["python3"]0 B
9EXPOSE [5000/tcp]0 B
10RUN /bin/sh -c apt-get update6 MB
11ENV PYTHONDONTWRITEBYTECODE=10 B
12ENV PYTHONUNBUFFERED=10 B
13COPY requirements.txt . # buildkit167 B
14RUN /bin/sh -c python -m19.01 MB
15COPY entrypoint.sh /entrypoint.sh # buildkit467 B
16RUN /bin/sh -c chmod +x467 B
17ENV PUID=56780 B
18ENV PGID=56780 B
19WORKDIR /app93 B
20COPY . /app # buildkit19.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 'amd64' out/ 'trixie' '@1781049600'