mirror of
https://github.com/containers/podman.git
synced 2026-03-17 14:18:09 -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