Zhengchen Tao zhengchen.tao
  • Joined on 2026-04-26

gitea-mcp (latest)

Published 2026-05-06 23:53:27 +08:00 by zhengchen.tao

Installation

docker pull git.zhengchentao.win/zhengchen.tao/gitea-mcp:latest
sha256:6af957e0a189514b457b7a31d92f409bb12bb36aa4564aa3f7732167c34ded2c

Images

Digest OS / Arch Size
18223bd9d0 linux/amd64 93 MiB

Image Layers ( linux/amd64)

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:8ce1caf246e7c778bca84c516d02fd4e83766bb2c530a0fffa8a351b560a2728 in /
CMD ["/bin/bash"]
ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc-s1 libicu74 libssl3t64 libstdc++6 tzdata tzdata-legacy && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd --no-log-init --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit
ENV DOTNET_VERSION=10.0.7
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=10.0.7
COPY /dotnet /usr/share/dotnet # buildkit
LABEL org.opencontainers.image.title=gitea-mcp
LABEL org.opencontainers.image.description=MCP server exposing Gitea REST API to Claude via nas-auth JWT
LABEL org.opencontainers.image.source=https://git.zhengchentao.win/zhengchen.tao/gitea-mcp
LABEL org.opencontainers.image.licenses=MIT
WORKDIR /app
RUN /bin/sh -c useradd --system --no-create-home --shell /usr/sbin/nologin appuser # buildkit
COPY --chown=appuser:appuser /app/publish . # buildkit
USER appuser
ENV ASPNETCORE_URLS=http://0.0.0.0:8080
ENV ASPNETCORE_ENVIRONMENT=Production
EXPOSE map[8080/tcp:{}]
ENTRYPOINT ["dotnet" "gitea-mcp.dll"]

Labels

Key Value
org.opencontainers.image.description MCP server exposing Gitea REST API to Claude via nas-auth JWT
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision ab987986b417f1736f7729a1ffddd6d22f73ac6f
org.opencontainers.image.source https://git.zhengchentao.win/zhengchen.tao/gitea-mcp
org.opencontainers.image.title gitea-mcp
org.opencontainers.image.version 24.04
Details
Container
2026-05-06 23:53:27 +08:00
0
OCI / Docker
Versions (2) View all
latest 2026-05-06
ab98798 2026-05-06