diff --git a/adaptor/PCM-CORE/api/internal/logic/image/imagelistlogic.go b/adaptor/PCM-CORE/api/internal/logic/image/imagelistlogic.go index ce5422c4..f2e2b363 100644 --- a/adaptor/PCM-CORE/api/internal/logic/image/imagelistlogic.go +++ b/adaptor/PCM-CORE/api/internal/logic/image/imagelistlogic.go @@ -49,7 +49,7 @@ func (l *ImageListLogic) ImageList() (resp *types.ImageListResp, err error) { for _, tag := range tags.Tags { var name string if tag != "latest" { - name = "hub.jcce.dev:18445/" + image + ":v" + tag + name = "hub.jcce.dev:18445/" + image + ":" + tag } else { name = "hub.jcce.dev:18445/" + image }