sha256:abb0ed2b918a11bfb18fedb2240c8490361205b57a2ed9de701e4d80c9f8a23e
OS/ARCH
Compressed size
71.79 MB
Last pushed
30 days by michis0806
Type
Image
Manifest digest
sha256:00a9fdb9604a4dd7fcac15846f5e28cc7676382a9a6d8874fc619bbb8ff73cde
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.22 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.140 B7ENV PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a0 B8RUN /bin/sh -c set -eux;11.49 MB9RUN /bin/sh -c set -eux;247 B10CMD ["python3"]0 B11WORKDIR /app93 B12RUN /bin/sh -c apt-get update5.07 MB13COPY requirements.txt . # buildkit291 B14RUN /bin/sh -c pip install25.2 MB15COPY app/ ./app/ # buildkit69.29 KB16ARG APP_VERSION=0.11.10 B17ARG APP_COMMIT=dd459cb974b55807da3cbcc2c33388af52bbb6840 B18ARG APP_BUILD_DATE=2026-08-19T09:38:58Z0 B19LABEL org.opencontainers.image.version=0.11.1 org.opencontainers.image.revision=dd459cb974b55807da3cbcc2c33388af52bbb684 org.opencontainers.image.created=2026-08-19T09:38:58Z0 B20ENV APP_VERSION=0.11.1 APP_COMMIT=dd459cb974b55807da3cbcc2c33388af52bbb684 APP_BUILD_DATE=2026-08-19T09:38:58Z0 B21VOLUME [/backups /config /archive]0 B22EXPOSE [8080/tcp]0 B23HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:8080/health0 B24ENTRYPOINT ["/usr/bin/tini" "--"]0 B25CMD ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1785715200'