feat/node-go-golangci-lint
- Add golangci-lint v2.12.2 to node-go image (arch-aware via official install.sh) - Wire renovate.json to auto-bump GOLANGCI_LINT_VERSION (minor/patch automerge) and GO_VERSION (patch automerge); keep pins for reproducible/rollback-able builds - Add node-go/README.md documenting installed tools and what's NOT included - Update root README accordingly Co-Authored-By: Claude <noreply@anthropic.com>
Docker base images
Kho lưu trữ này cung cấp các Docker base image cho nhiều mục đích sử dụng.
Các môi trường/phần mềm đã được cài đặt trong image
-
docker-node
git.thuanle.me/public/base:docker-node-latest- Dockerfile: docker-node/Dockerfile
- Các gói/phần mềm đã cài đặt:
- Node.js v22 kèm theo npm và yarn
- Docker CLI
- git
-
node-python
git.thuanle.me/public/base:node-python-latest- Dockerfile: node-python/Dockerfile
- Các gói/phần mềm đã cài đặt:
- Node.js kèm theo npm và yarn
- git
- python v3.11
-
node-go
git.thuanle.me/public/node-go:latest- Dockerfile: node-go/Dockerfile
- Workflow: .gitea/workflows/node-go.yml
- Các gói/phần mềm đã cài đặt:
- Node.js kèm theo npm và yarn
- git
- Go 1.26
- golangci-lint v2.12.2
- Ghi chú:
- Phiên bản (
GO_VERSION,GOLANGCI_LINT_VERSION) được pin trong Dockerfile; Renovate tự bump qua PR khi có release mới (auto-merge minor/patch)
- Phiên bản (
Update
- Repo được update hàng tuần.
Languages
Dockerfile
100%