新增xa空能院项目,新增大量的更新内容

This commit is contained in:
zeaslity
2025-11-05 16:44:40 +08:00
parent 0a1b92acc2
commit baf9272e2d
88 changed files with 18872 additions and 305 deletions

View File

@@ -6,6 +6,7 @@ import (
"path/filepath"
"slices"
"strings"
image2 "wdd.io/agent-common/image"
"wdd.io/agent-common/utils"
"wdd.io/agent-deploy/d_app"
@@ -641,8 +642,8 @@ func C_DownloadCompressUploadDependency(shouldGzip bool, shouldOss bool, isRKE b
if isRKE {
log.Info("DCU for rke!")
fullImageNameList = d_app.Rancher1204Amd64
gzipFolderPrefix = image.OfflineImageGzipFolderPrefix + "rke/"
fullImageNameList = d_app.Rancher13014Amd64
gzipFolderPrefix = image.OfflineImageGzipFolderPrefix + "rke13014/"
} else {
log.Info("DCU for middle!")