Sign inSign up

drumsergio/telegram-archive:8.3.1

Multi-platform
Index digest

sha256:55e12bea44318eb2da635fb184375503c8b2008d4fe4477441e8daacc63ada0c

OS/ARCH

Compressed size

235.98 MB

Last pushed

about 1 month by drumsergio

Type

Image

Manifest digest

sha256:61375006f7c216b713310651b52f4cc0716a5545bd21bf473b72849fee5d0ad7

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
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;249 B
8CMD ["python3"]0 B
9WORKDIR /app93 B
10RUN /bin/sh -c apt-get update162.14 MB
11COPY /app/.venv /app/.venv # buildkit30.71 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' '@1785715200'