Merge pull request #11036 from caarlos0/fix-podman-manifest-push

fix: podman manifest push respect --tls-verify flag
This commit is contained in:
OpenShift Merge Robot
2021-07-26 16:01:21 +02:00
committed by GitHub

View File

@ -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