Pakobbix Pakobbix

gitea_review_bot (0.0)

Published 2026-02-17 02:15:14 +00:00 by Pakobbix

Installation

docker pull gitea.zephyre.one/pakobbix/gitea_review_bot:0.0
sha256:de24cf722b719e14250bc156b631b88335855500cf3f72338d920331c9760cf6

Image Layers

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 review_bot.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 &{[{{40 0} {40 0}}] 0xc00298c640}
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" "review_bot.py"]
Details
Container
2026-02-17 02:15:14 +00:00
0
OCI / Docker
linux/amd64
34 MiB
Versions (5) View all
0.0 2026-02-17
0 2026-02-17
0.0.3 2026-02-17
latest 2026-02-17
0.0.2 2026-02-14