mirror of
https://github.com/containers/podman.git
synced 2025-06-27 05:26:50 +08:00
Merge pull request #11036 from caarlos0/fix-podman-manifest-push
fix: podman manifest push respect --tls-verify flag
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user