Block a user
gitea_review_bot (latest)
Published 2026-07-20 15:39:15 +00:00 by Pakobbix
Installation
docker pull gitea.zephyre.one/pakobbix/gitea_review_bot:latestsha256:07605f1f2e9a4a6e17d9409c6209c53baeed45b6e324c76e2da983a63c151348
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 6713f5383f | linux/amd64 | 32 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ENV PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1 PIP_NO_CACHE_DIR=1 PIP_DISABLE_PIP_VERSION_CHECK=1 TZ=UTC |
| WORKDIR /app |
| RUN /bin/sh -c apk add --no-cache python3 py3-pip # buildkit |
| COPY requirements.txt . # buildkit |
| COPY config/ ./config/ # buildkit |
| COPY functions/ ./functions/ # buildkit |
| COPY main.py . # buildkit |
| COPY LICENSE . # buildkit |
| COPY README.md . # buildkit |
| RUN /bin/sh -c python3 -m venv /app/venv # buildkit |
| RUN /bin/sh -c /app/venv/bin/pip install --no-cache-dir -r requirements.txt # buildkit |
| RUN /bin/sh -c mkdir -p /app/config && mkdir -p /app/logs # buildkit |
| RUN /bin/sh -c chmod -R 755 /app/logs # buildkit |
| EXPOSE [8001/tcp] |
| HEALTHCHECK {Test:[CMD-SHELL /app/venv/bin/python -c "import httpx; httpx.get('http://localhost:8001/docs')" || exit 1] Interval:30s Timeout:3s StartPeriod:5s StartInterval:0s Retries:3} |
| CMD ["/app/venv/bin/python" "main.py"] |
Details
2026-07-20 15:39:15 +00:00
Versions (3)
View all
Container
6
OCI / Docker