[Cmii][ImageSync] - DCU part modified

This commit is contained in:
zeaslity
2024-04-11 10:36:19 +08:00
parent b840f0051e
commit 955db8bbd8
5 changed files with 24 additions and 25 deletions

View File

@@ -312,7 +312,7 @@ func PullCmiiFromFileJson(filePathName string) {
func PullFromFullNameList(fullImageNameList []string) (errorPullImageList []string) {
for _, fullImageName := range fullImageNameList {
log.DebugF("start to pull => [%s]", fullImageName)
pullResult := PullFromCmiiHarbor(fullImageName)
if pullResult == nil {
errorPullImageList = append(errorPullImageList, fullImageName)