Files
image/README.md
T
thuanle 55aef727a5
docker-node image / build (arm64) (push) Failing after 7s
docker-node image / amend-manifest (push) Has been skipped
gitea-mcp
2026-04-27 15:38:05 +07:00

24 lines
615 B
Markdown

# 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
```