Sign inSign up

michis0806/icloud-backup-docker:0.11.2

Multi-platform
Security
Index digest

sha256:253ac55c3f18dd8ae8b678b417f64f49d0cb076d76d7ec83debe68e585582e65

OS/ARCH

Compressed size

71.82 MB

Last pushed

29 days by michis0806

Type

Image

Manifest digest

sha256:9e25f9b5d5940404ff53843d75e47f160e926d7ad2d1aeff81cc3d0ec02fdc72

Image Layers

1# debian.sh --arch 'amd64' out/28.4 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.23 MB
5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
6ENV PYTHON_VERSION=3.12.140 B
7ENV PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a0 B
8RUN /bin/sh -c set -eux;11.55 MB
9RUN /bin/sh -c set -eux;248 B
10CMD ["python3"]0 B
11WORKDIR /app93 B
12RUN /bin/sh -c apt-get update5.17 MB
13COPY requirements.txt . # buildkit292 B
14RUN /bin/sh -c pip install25.39 MB
15COPY app/ ./app/ # buildkit69.98 KB
16ARG APP_VERSION=0.11.20 B
17ARG APP_COMMIT=389b49a0c3fa4b69cf8fe5145d691a50a01f80ce0 B
18ARG APP_BUILD_DATE=2026-08-19T10:03:18Z0 B
19LABEL org.opencontainers.image.version=0.11.2 org.opencontainers.image.revision=389b49a0c3fa4b69cf8fe5145d691a50a01f80ce org.opencontainers.image.created=2026-08-19T10:03:18Z0 B
20ENV APP_VERSION=0.11.2 APP_COMMIT=389b49a0c3fa4b69cf8fe5145d691a50a01f80ce APP_BUILD_DATE=2026-08-19T10:03:18Z0 B
21VOLUME [/backups /config /archive]0 B
22EXPOSE [8080/tcp]0 B
23HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:8080/health0 B
24ENTRYPOINT ["/usr/bin/tini" "--"]0 B
25CMD ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'