From f5348b44bb586fba5fe60a55af174d2137bcdf22 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 13 Jul 2026 09:40:40 +0000 Subject: [PATCH] =?UTF-8?q?fix(#8):=20registry=20=E5=BC=95=E7=94=A8?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=20gis-base:latest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- suites-help/开发者指南/脚本开发指南.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suites-help/开发者指南/脚本开发指南.md b/suites-help/开发者指南/脚本开发指南.md index 16bdf92..28b5595 100644 --- a/suites-help/开发者指南/脚本开发指南.md +++ b/suites-help/开发者指南/脚本开发指南.md @@ -33,7 +33,7 @@ stdout 的 JSON 会被执行器捕获并作为步骤结果。 ## 执行环境 -- **基础镜像**:`registry.mercator.cn/agentgis/gis-base:latest` +- **基础镜像**:`gis-base:latest`(从 Gitea Packages 加载 tar.gz) - **包含**:Python 3.11, GDAL, Shapely, GeoPandas, Fiona, PyProj, Rasterio, numpy - **脚本路径**:`/tmp/scripts/run.py`(只读) - **工作目录**:`/tmp/output`(读写,步骤间共享)