Skip to content

Commit

Permalink
Merge pull request #11036 from caarlos0/fix-podman-manifest-push
Browse files Browse the repository at this point in the history
fix: podman manifest push respect --tls-verify flag
  • Loading branch information
openshift-merge-robot authored Jul 26, 2021
2 parents 5ef78c0 + 5473490 commit 89853a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/domain/infra/abi/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89853a3

Please sign in to comment.