sha256:5c1d19fa1495adbde82fbf78cbe54178ccbdb394c271b3177ad6049b14771ad3
OS/ARCH
Compressed size
78.69 MB
Last pushed
4 months by kroeberd
Type
Image
Manifest digest
sha256:05acb858d1a8d955f15a5ffb7ac8666f82b141e3c0305b6635fc80b48fd5ca0c
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;1.21 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;11.49 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11WORKDIR /app93 B12LABEL org.opencontainers.image.title=AllDebrid-Client0 B13LABEL org.opencontainers.image.version=1.8.190 B14LABEL org.opencontainers.image.description=Automated torrent downloading via0 B15RUN /bin/sh -c apt-get update11.54 MB16COPY backend/requirements.txt . # buildkit784 B17RUN /bin/sh -c pip install25.02 MB18COPY backend/ /app/ # buildkit185.62 KB19COPY frontend/ /app/frontend/ # buildkit76.29 KB20COPY CHANGELOG.md /app/CHANGELOG.md # buildkit82.17 KB21COPY VERSION /app/VERSION # buildkit146 B22COPY entrypoint.sh /entrypoint.sh # buildkit1.04 KB23RUN /bin/sh -c chmod +x32 B24RUN /bin/sh -c mkdir -p344.4 KB25EXPOSE [8080/tcp]0 B26HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/api/health0 B27ENTRYPOINT ["/entrypoint.sh"]0 B28CMD ["uvicorn" "main:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1777939200'