Block a user
peertube-collector (latest)
Installation
docker pull gitea.kobim.cloud/kobim/peertube-collector:latestsha256:08c93f8791eb14c4f0365cd5ce3e5a660d3e9f3df2810c5f8c7c062bbef8d962
Images
| Digest | OS / Arch | Size |
|---|---|---|
| d061d4e051 | linux/amd64 | 219 MiB |
| ea5ac73ddb | linux/arm64 | 210 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1742169600' |
| RUN /bin/sh -c apt-get update && apt-get install -y python3 python3-pip python3-venv curl # buildkit |
| RUN /bin/sh -c python3 -m venv /app/venv # buildkit |
| ENV PATH=/app/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| COPY requirements.txt /app/requirements.txt # buildkit |
| RUN /bin/sh -c /app/venv/bin/pip install -r /app/requirements.txt # buildkit |
| COPY main.py /app # buildkit |
| COPY utils/ /app/utils # buildkit |
| WORKDIR /app |
| CMD ["/app/venv/bin/python" "main.py"] |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:9092/heartbeat || exit 1"] "5s" "10s" "5s" "0s" '\x05'} |