public

gitea-mcp (latest)

Published 2026-08-30 09:02:18 +07:00 by devops

Installation

docker pull git.thuanle.me/public/gitea-mcp:latest
sha256:dd859f31c175ff8ef78cab8928e4f86df6fdc00f68b0092c9a541e80900b396a

Images

Digest OS / Arch Size
1a4e95cbba linux/arm64/v8 15 MiB

Image Layers ( linux/arm64/v8)

ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
/bin/sh -c apk add --no-cache curl tar ca-certificates jq
WORKDIR /app
ARG TARGETARCH
|1 TARGETARCH=arm64 /bin/sh -c echo "Đang tìm phiên bản mới nhất..." && case "${TARGETARCH}" in amd64) ARCH="x86_64" ;; arm64) ARCH="arm64" ;; 386) ARCH="i386" ;; *) echo "Kiến trúc không được hỗ trợ: ${TARGETARCH}" && exit 1 ;; esac && LATEST_VERSION=$(curl -s https://gitea.com/api/v1/repos/gitea/gitea-mcp/releases/latest | jq -r .tag_name) && echo "Phát hiện phiên bản mới nhất: ${LATEST_VERSION} cho kiến trúc: ${ARCH}" && curl -L -o gitea-mcp.tar.gz "https://gitea.com/gitea/gitea-mcp/releases/download/${LATEST_VERSION}/gitea-mcp_Linux_${ARCH}.tar.gz" && tar -xzf gitea-mcp.tar.gz && mv gitea-mcp /usr/local/bin/gitea-mcp && rm -f gitea-mcp.tar.gz README.md LICENSE
|1 TARGETARCH=arm64 /bin/sh -c chmod +x /usr/local/bin/gitea-mcp
ENV HOME=/app
EXPOSE 8080
HEALTHCHECK &{["CMD-SHELL" "curl -s -o /dev/null http://localhost:8080/ || exit 1"] "30s" "5s" "10s" "0s" '\x03'}
ENTRYPOINT ["gitea-mcp"]
LABEL build_date=2026-08-30T02:01:42Z
LABEL commit_sha=c0306bba7f25a843deec0d0adda1ddc6d70434b0

Labels

Key Value
build_date 2026-08-30T02:01:42Z
commit_sha c0306bba7f25a843deec0d0adda1ddc6d70434b0
Details
Container
2026-08-30 09:02:18 +07:00
25
OCI / Docker
Versions (2) View all
latest 2026-08-30
arm64-latest 2026-08-30