From 869479c09cbc1ad29b14b7a82a74e006f59b4cc3 Mon Sep 17 00:00:00 2001 From: Huawei Date: Thu, 16 Jul 2026 03:02:28 +0000 Subject: [PATCH] fix: base image only distributed via MinIO, remove Gitea Packages reference --- suites-help/系统使用手册/平台架构文档.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/suites-help/系统使用手册/平台架构文档.md b/suites-help/系统使用手册/平台架构文档.md index 3e8653b..48b7c67 100644 --- a/suites-help/系统使用手册/平台架构文档.md +++ b/suites-help/系统使用手册/平台架构文档.md @@ -179,16 +179,11 @@ agc run --suite-id --input key=value **仓库:** `git.mercator.cn/AgentGIS/gis-base-image`(Dockerfile + 构建脚本) -**分发渠道:** - -| 渠道 | 地址 | 用途 | -|------|------|------| -| MinIO(主) | `https://packages.mercator.cn/public/gis-base/latest.tar.gz` | 用户安装 gis-actions 时自动下载,`docker load` 加载 | -| Gitea Packages | `registry.mercator.cn/agentgis/gis-base:latest` | 构建脚本推送目标,`docker pull` | +**分发渠道:** `https://packages.mercator.cn/public/gis-base/latest.tar.gz`(MinIO)— 用户安装 gis-actions 时自动下载,`docker load` 加载。 **预装环境:** Python 3.11 + GDAL + Shapely + GeoPandas + Fiona + Rasterio + PyProj + numpy + scipy + pandas + openpyxl + python-docx + matplotlib + Pillow + requests + Jinja2 等。 -**构建:** `build_and_push.sh` 构建设定为推送到 `registry.mercator.cn/agentgis/gis-base:latest`,与 README 声明的 MinIO 唯一渠道不一致,已开 [Issue #6](https://git.mercator.cn/AgentGIS/gis-base-image/issues/6) 待修。 +**构建:** `git.mercator.cn/AgentGIS/gis-base-image`。构建后导出 tar.gz 上传至 MinIO。当前构建脚本存在分发渠道问题(参见 [Issue #6](https://git.mercator.cn/AgentGIS/gis-base-image/issues/6))。 ~465MB,Debian slim 基底。