[Cmii][ImageSync] - DCU part modified
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user