From d167011d45e513d7330a53f5adebf8212d782432 Mon Sep 17 00:00:00 2001 From: life <46099295+clcc2019@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:51:06 +0800 Subject: [PATCH] Update local.go --- pkg/registry/local.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/registry/local.go b/pkg/registry/local.go index 0d112ecb1bd..c47dc16c1d8 100644 --- a/pkg/registry/local.go +++ b/pkg/registry/local.go @@ -181,7 +181,7 @@ func (c *localConfigurator) configureLvs(registryHosts, clientHosts []net.IP) er } //todo should make lvs image name as const value in sealer repo. - lvsImageURL := path.Join(net.JoinHostPort(common.LvsCareRepoAndTag) + lvsImageURL := path.Join(common.LvsCareRepoAndTag) vip := GetRegistryVIP(c.infraDriver)