From 8520f5e0ca9a67b79fcd1247f44a20656d2ee856 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 13 Jul 2026 15:12:14 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20TOOLS.md=20=E6=9B=B4=E6=96=B0=E8=87=B3?= =?UTF-8?q?=20gis-actions=20v2.0.14=EF=BC=88=E5=B7=B2=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=85=A8=E9=83=A8=E9=97=AE=E9=A2=98=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- suite-developer/TOOLS.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/suite-developer/TOOLS.md b/suite-developer/TOOLS.md index cd0484f..1c6bad1 100644 --- a/suite-developer/TOOLS.md +++ b/suite-developer/TOOLS.md @@ -32,8 +32,8 @@ sudo usermod -aG docker $USER newgrp docker # 安装 gis-actions -curl -OJ https://git.mercator.cn/api/packages/SuiteHub/generic/gis-actions/2.0.8/gis-actions_2.0.8_all.deb -sudo dpkg -i gis-actions_2.0.8_all.deb +curl -OJ https://git.mercator.cn/api/packages/SuiteHub/generic/gis-actions/2.0.14/gis-actions_2.0.14_all.deb +sudo dpkg -i gis-actions_2.0.14_all.deb # 登录 Docker Registry(拉取 gis-base 镜像) echo "agw_readonly_2026" | docker login registry.mercator.cn -u agentgis-worker --password-stdin @@ -133,8 +133,6 @@ steps: 公开文档在 `SuiteHub/agent-profiles` 仓库中。 -## 已知问题 - | Issue | 描述 | 状态 | |-------|------|------| | [#5](https://git.mercator.cn/SuiteHub/agent-profiles/issues/5) | Docker Registry 认证 | ✅ 已修复(agentgis-worker/agw_readonly_2026) |