mirror of
https://github.com/containers/podman.git
synced 2026-07-27 15:37:20 -04:00
Like podman pull, when you push an image, podman should check if the registry is listed as insecure and if so, it should --tls-verify=false unless the user overrides this. Signed-off-by: baude <bbaude@redhat.com> Closes: #738 Approved by: mheon