5 Commits

Author SHA1 Message Date
Chenwei Jiang
e9cdad0063 feat(production): add production management service with plan collaboration workflow 2026-07-04 02:29:54 +00:00
Chever John
ec8ae6a73b fix(ci): use host networking and custom DNS for DinD builds
Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-17 10:28:18 +08:00
Chever John
1cc62101d0 fix(ci): stagger builds in stages and add retry for Harbor load
Split 3 builds into 2 stages (2+1) and add retry: 2.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-17 10:20:10 +08:00
Chever John
88f3aec0a7 fix(ci): add Docker daemon wait and TLS env vars for DinD
Set DOCKER_HOST, DOCKER_TLS_VERIFY, DOCKER_CERT_PATH for k8s runner
DinD sidecar communication. Add 'until docker info' wait loop to
ensure daemon is ready before build starts.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-17 10:10:59 +08:00
Chever John
0bb44305a1 feat: add GitLab CI pipeline for muyu service Docker build
Build 3 muyu services (gateway, system-rpc, inventory-rpc)
as Docker images and push to Harbor registry.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-17 10:02:01 +08:00