Sign inSign up

drumsergio/telegram-archive-viewer:8.12.0

Multi-platform
Index digest

sha256:b19a027c85e7f6b0d061224fd996f2e28452457c872ddfb41c39dcf7fd28d572

OS/ARCH

Compressed size

271.89 MB

Last pushed

6 days by drumsergio

Type

Image

Manifest digest

sha256:ecea0037100fea1712dad3b0d29adef55fce9fd4c698b77204470742648557ba

Image Layers

1# debian.sh --arch 'arm64' out/28.79 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;249 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 ./ #71.14 KB
13RUN /bin/sh -c uv sync26.41 MB
14COPY src/__init__.py ./src/ # buildkit227 B
15COPY src/config.py ./src/ # buildkit24.53 KB
16COPY src/realtime.py ./src/ # buildkit6.05 KB
17COPY src/message_utils.py ./src/ # buildkit19.87 KB
18COPY src/db/ ./src/db/ # buildkit79.37 KB
19COPY src/web/ ./src/web/ # buildkit1.4 MB
20COPY scripts/healthcheck_viewer.py ./scripts/healthcheck_viewer.py # buildkit644 B
21RUN /bin/sh -c useradd -m25.65 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' '@1789689600'