From 5473490c6e779fd2bf9e2e5f04f265deaa9ba94e Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sat, 24 Jul 2021 22:40:35 -0300 Subject: fix: podman manifest push respect --tls-verify flag [NO TESTS NEEDED] Signed-off-by: Carlos Alexandro Becker --- pkg/domain/infra/abi/manifest.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/domain/infra') diff --git a/pkg/domain/infra/abi/manifest.go b/pkg/domain/infra/abi/manifest.go index 68e29f006..666bc997d 100644 --- a/pkg/domain/infra/abi/manifest.go +++ b/pkg/domain/infra/abi/manifest.go @@ -337,6 +337,7 @@ func (ir *ImageEngine) ManifestPush(ctx context.Context, name, destination strin pushOptions.ManifestMIMEType = manifestType pushOptions.RemoveSignatures = opts.RemoveSignatures pushOptions.SignBy = opts.SignBy + pushOptions.InsecureSkipTLSVerify = opts.SkipTLSVerify if opts.All { pushOptions.ImageListSelection = cp.CopyAllImages -- cgit v1.2.3-54-g00ecf