Sign inSign up

drumsergio/telegram-archive-viewer:8.5.0

Multi-platform
Index digest

sha256:85578aab289da308dd0e368479323d4f944218247bfc8d3e1257d602846d7f8f

OS/ARCH

Compressed size

271.76 MB

Last pushed

18 days by drumsergio

Type

Image

Manifest digest

sha256:235008acd611ebca8406bca47c91089f1e2408f0732f2e991b2f1cf2afbaa19f

Image Layers

1# debian.sh --arch 'arm64' out/28.76 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.22 MB
4ENV PYTHON_VERSION=3.14.70 B
5ENV PYTHON_SHA256=3b48dac8fb59f62eaa67ac83c1eb12bda1b7a08406dd286e252c11a66be27f810 B
6RUN /bin/sh -c set -eux;11.7 MB
7RUN /bin/sh -c set -eux;251 B
8CMD ["python3"]0 B
9WORKDIR /app93 B
10RUN /bin/sh -c apt-get update156.82 MB
11COPY /uv /bin/uv # buildkit19.69 MB
12COPY pyproject.toml uv.lock ./ #70.1 KB
13RUN /bin/sh -c uv sync26.41 MB
14COPY src/__init__.py ./src/ # buildkit225 B
15COPY src/config.py ./src/ # buildkit21.49 KB
16COPY src/realtime.py ./src/ # buildkit6.05 KB
17COPY src/message_utils.py ./src/ # buildkit17.89 KB
18COPY src/db/ ./src/db/ # buildkit70.94 KB
19COPY src/web/ ./src/web/ # buildkit1.37 MB
20COPY scripts/healthcheck_viewer.py ./scripts/healthcheck_viewer.py # buildkit642 B
21RUN /bin/sh -c useradd -m25.61 MB
22USER telegram0 B
23ENV BACKUP_PATH=/data/backups LOG_LEVEL=INFO PYTHONPATH=/app PATH=/app/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
24VOLUME [/data]0 B
25HEALTHCHECK {Test:[CMD python3 /app/scripts/healthcheck_viewer.py] Interval:30s0 B
26EXPOSE [8000/tcp]0 B
27CMD ["uvicorn" "src.web.main:app" "--host" "0.0.0.0"0 B

Command

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