Sign inSign up

nyirsh/musicarr:0.1.6

Multi-platform
Index digest

sha256:dc810759364a49323317c8e8f82c24a86df63ac0cf549cdcae6347f624cb5016

OS/ARCH

Compressed size

55.47 MB

Last pushed

4 months by nyirsh

Type

Image

Manifest digest

sha256:8267c05890f75bd9b6a17b9bd84b5ed0d28e23cce9bbf98f0c77b267f4e84a65

Image Layers

1# debian.sh --arch 'i386' out/29.85 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.24 MB
4ENV PYTHON_VERSION=3.14.50 B
5ENV PYTHON_SHA256=7e32597b99e5d9a39abed35de4693fa169df3e5850d4c334337ffd6a19a36db60 B
6RUN /bin/sh -c set -eux;11.88 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.01 MB
11ENV PYTHONDONTWRITEBYTECODE=10 B
12ENV PYTHONUNBUFFERED=10 B
13COPY requirements.txt . # buildkit354 B
14RUN /bin/sh -c python -m7.48 MB
15WORKDIR /app93 B
16COPY . /app # buildkit3.82 KB
17RUN /bin/sh -c adduser -u6.97 KB
18USER appuser0 B
19CMD ["gunicorn" "--bind" "0.0.0.0:5000" "musicarr.__main__:app"]0 B
20HEALTHCHECK {Test:[CMD-SHELL curl --fail http://localhost:5000/health0 B

Command

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