1. readLocalServiceVersions() 改用 resolveServiceImageName() 获取完整
镜像名(含 registry 前缀),不再硬编码 "xuqmgroup/{svc}:latest"。
2. resolveServiceImageName() 通过 SERVICE_IMAGE_OVERRIDES 处理镜像名与
compose service 名不一致的例外(bugcollect-service → xuqm-bugcollect-service)。
3. 新增 SERVICE_COMPOSE_PROFILES 映射与 composeCmd() 辅助方法,为带
profile 的服务(bugcollect-service:bugcollect)自动注入 --profile 参数,
使 pull / up 命令能正常识别并更新这些服务。
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| src/main | ||
| pom.xml | ||