sha256:2c5f18bac8667cc818a47299d65c677400d7f577b789fce3ad829730741a0d56
OS/ARCH
Compressed size
74.88 MB
Last pushed
13 days by michis0806
Type
Image
Manifest digest
sha256:ba6d267f49e005a6b6d59c59e01beb8c6df4ecafb3ebae32d04145004819014e
Image Layers
1# debian.sh --arch 'amd64' out/28.41 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;4.07 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.140 B7ENV PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a0 B8RUN /bin/sh -c set -eux;11.56 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11WORKDIR /app93 B12RUN /bin/sh -c apt-get update5.18 MB13COPY requirements.txt . # buildkit291 B14RUN /bin/sh -c pip install25.6 MB15COPY app/ ./app/ # buildkit69.97 KB16ARG APP_VERSION=0.11.30 B17ARG APP_COMMIT=b4a161a492ff4dfee0cf5b25d358d4613729250e0 B18ARG APP_BUILD_DATE=2026-09-05T06:23:34Z0 B19LABEL org.opencontainers.image.version=0.11.3 org.opencontainers.image.revision=b4a161a492ff4dfee0cf5b25d358d4613729250e org.opencontainers.image.created=2026-09-05T06:23:34Z0 B20ENV APP_VERSION=0.11.3 APP_COMMIT=b4a161a492ff4dfee0cf5b25d358d4613729250e APP_BUILD_DATE=2026-09-05T06:23:34Z0 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 'amd64' out/ 'trixie' '@1787529600'