mirror of
https://github.com/containers/podman.git
synced 2025-06-26 21:07:02 +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.ManifestMIMEType = manifestType
|
||||||
pushOptions.RemoveSignatures = opts.RemoveSignatures
|
pushOptions.RemoveSignatures = opts.RemoveSignatures
|
||||||
pushOptions.SignBy = opts.SignBy
|
pushOptions.SignBy = opts.SignBy
|
||||||
|
pushOptions.InsecureSkipTLSVerify = opts.SkipTLSVerify
|
||||||
|
|
||||||
if opts.All {
|
if opts.All {
|
||||||
pushOptions.ImageListSelection = cp.CopyAllImages
|
pushOptions.ImageListSelection = cp.CopyAllImages
|
||||||
|
Reference in New Issue
Block a user