gitea-mcp
docker-node image / build (arm64) (push) Failing after 7s
docker-node image / amend-manifest (push) Has been skipped

This commit is contained in:
2026-04-27 15:38:05 +07:00
commit 55aef727a5
3 changed files with 126 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# image
Repo này nhằm để build lại các Docker image hay dùng, đồng thời tự động cập nhật theo lịch hàng tuần.
## Images
### gitea-mcp
Registry: `git.thuanle.me/public/image:gitea-mcp-latest`
Image chạy [gitea-mcp](https://gitea.com/gitea/gitea-mcp) — MCP server cho Gitea.
- Base: `alpine:latest`
- Tự động lấy phiên bản mới nhất từ Gitea releases khi build
- Hỗ trợ kiến trúc: `amd64`, `arm64`, `i386`
- Build tự động mỗi Chủ nhật lúc 02:00 UTC
**Chạy:**
```bash
docker run --rm git.thuanle.me/public/image:gitea-mcp-latest --help
```