Pakobbix Pakobbix

gitea_review_bot (latest)

Published 2026-05-29 17:33:47 +00:00 by Pakobbix

Installation

docker pull gitea.zephyre.one/pakobbix/gitea_review_bot:latest
sha256:7800d5616df9554595c4ba19b8deaa5c20c46c5bc4161d2437c49b5757b4d1a7

Images

Digest OS / Arch Size
2b10f85aed linux/amd64 34 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.23.4-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
Container
2026-05-29 17:33:47 +00:00
4
OCI / Docker
Versions (3) View all
latest 2026-05-29
1.0.1 2026-05-29
buildcache 2026-05-29