Sign inSign up

drumsergio/telegram-archive:8.3.2

Multi-platform
Index digest

sha256:671a09bbd6826dde6c858a0787362ae00589d78ff2c87f5e3598d421d7733195

OS/ARCH

Compressed size

236.03 MB

Last pushed

23 days by drumsergio

Type

Image

Manifest digest

sha256:33e8c68dabd4cdac608a0370b94d6633e903b2563a2af123996d5d7d04136fbf

Image Layers

1# debian.sh --arch 'amd64' out/28.41 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3RUN /bin/sh -c set -eux;1.23 MB
4ENV PYTHON_VERSION=3.14.70 B
5ENV PYTHON_SHA256=3b48dac8fb59f62eaa67ac83c1eb12bda1b7a08406dd286e252c11a66be27f810 B
6RUN /bin/sh -c set -eux;11.79 MB
7RUN /bin/sh -c set -eux;250 B
8CMD ["python3"]0 B
9WORKDIR /app93 B
10RUN /bin/sh -c apt-get update162.14 MB
11COPY /app/.venv /app/.venv # buildkit30.76 MB
12COPY src/ ./src/ # buildkit1.6 MB
13COPY scripts/ ./scripts/ # buildkit41.19 KB
14COPY alembic/ ./alembic/ # buildkit42.04 KB
15COPY alembic.ini . # buildkit954 B
16RUN /bin/sh -c useradd -m8.46 KB
17USER telegram0 B
18ENV BACKUP_PATH=/data/backups LOG_LEVEL=INFO PYTHONPATH=/app PYTHONDONTWRITEBYTECODE=10 B
19VOLUME [/data]0 B
20HEALTHCHECK {Test:[CMD python3 /app/scripts/healthcheck_backup.py] Interval:1m0s0 B
21ENTRYPOINT ["/app/scripts/entrypoint.sh"]0 B
22CMD ["python" "-m" "src"]0 B

Command

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