Sign inSign up

nyirsh/musicarr:latest

Multi-platform
Index digest

sha256:b794749aaafffaf9569ce4de87df365734c20f9d0cea695aadbc25b5a22cc338

OS/ARCH

Compressed size

66.48 MB

Last pushed

3 months by nyirsh

Type

Image

Manifest digest

sha256:11051d3992fca255ae0e420367ab15cfcd6cd82f1661dd8bd0b972ef6a1e3405

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.60 B
5ENV PYTHON_SHA256=143b1dddefaec3bd2e21e3b839b34a2b7fb9842272883c576420d605e9f30c630 B
6RUN /bin/sh -c set -eux;11.68 MB
7RUN /bin/sh -c set -eux;249 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 . # buildkit167 B
14RUN /bin/sh -c python -m18.97 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 'arm64' out/ 'trixie' '@1781049600'