From b5285c3138343916b9a83f0fe02dd6c80eaeed45 Mon Sep 17 00:00:00 2001 From: zhangwei <894646498@qq.com> Date: Thu, 18 May 2023 10:15:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=95=9C=E5=83=8F=E5=88=97=E8=A1=A8=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E6=8B=BC=E6=8E=A5=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: bb55ca1d0a9e0dd0e7016b4ff6ac36a3cfca6b48 --- adaptor/PCM-CORE/api/internal/logic/image/imagelistlogic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }