Pakobbix Pakobbix

gitea_review_bot (1.0.0)

Published 2026-03-16 10:38:03 +00:00 by Pakobbix

Installation

docker pull gitea.zephyre.one/pakobbix/gitea_review_bot:1.0.0
sha256:2e585aa2dd4ed2c812154934dc2e2bce219d3a0f8fe101ec32baede8cafef3a1

Images

Digest OS / Arch Size
98d5d50f27 linux/amd64 34 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.23.3-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 &{["CMD-SHELL" "/app/venv/bin/python -c \"import httpx; httpx.get('http://localhost:8001/docs')\" || exit 1"] "30s" "3s" "5s" "0s" '\x03'}
CMD ["/app/venv/bin/python" "main.py"]
Details
Container
2026-03-16 10:38:03 +00:00
1
OCI / Docker
Versions (11) View all
1.0.1 2026-03-18
buildcache 2026-03-18
latest 2026-03-18
1.0.0 2026-03-16
0 2026-02-26