Sign inSign up

kroeberd/alldebrid-client:sha-2c489a4

Multi-platform
Index digest

sha256:f191c6badf5226eb76e8302926334ce0ca430e5372fc407bb6d0fbf83a3bdc9a

OS/ARCH

Compressed size

78.7 MB

Last pushed

4 months by kroeberd

Type

Image

Manifest digest

sha256:5f25d2647f1231aa3f3a9411b2574b19d07366edcdbc331b94f86ecd86e9c50d

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
3ENV LANG=C.UTF-80 B
4RUN /bin/sh -c set -eux;1.21 MB
5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
6ENV PYTHON_VERSION=3.12.130 B
7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B
8RUN /bin/sh -c set -eux;11.49 MB
9RUN /bin/sh -c set -eux;250 B
10CMD ["python3"]0 B
11WORKDIR /app93 B
12LABEL org.opencontainers.image.title=AllDebrid-Client0 B
13LABEL org.opencontainers.image.version=1.8.190 B
14LABEL org.opencontainers.image.description=Automated torrent downloading via0 B
15RUN /bin/sh -c apt-get update11.54 MB
16COPY backend/requirements.txt . # buildkit786 B
17RUN /bin/sh -c pip install25.03 MB
18COPY backend/ /app/ # buildkit188.74 KB
19COPY frontend/ /app/frontend/ # buildkit76.71 KB
20COPY CHANGELOG.md /app/CHANGELOG.md # buildkit82.58 KB
21COPY VERSION /app/VERSION # buildkit147 B
22COPY entrypoint.sh /entrypoint.sh # buildkit1.04 KB
23RUN /bin/sh -c chmod +x32 B
24RUN /bin/sh -c mkdir -p348.36 KB
25EXPOSE [8080/tcp]0 B
26HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/api/health0 B
27ENTRYPOINT ["/entrypoint.sh"]0 B
28CMD ["uvicorn" "main:app" "--host" "0.0.0.0"0 B

Command

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