gitea-mcp (latest)
Published 2026-07-09 22:00:00 +00:00 by gandalfcityofgodrose
Installation
docker pull gitea.famassist.ch/gandalfcityofgodrose/gitea-mcp:latestsha256:07c1ce899583e21e6e229d3efb280c4ae725c26d65ae664e4d4b8f5218cd2036Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800' |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl iptables iptables-persistent openssh-server sudo ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /app/gitea-mcp /app/gitea-mcp # buildkit |
| WORKDIR /app |
| ENTRYPOINT ["/app/gitea-mcp"] |
| CMD ["-t" "http" "--port" "8080"] |