Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | regression: tls verify should be set on registries.conf if insecure | baude | 2018-04-18 |
| | | | | | | | | | | | In the case where podman needs to pull an image, if that registry that the image resides on is known to be insesure (as defined in /etc/containers/registries.conf), tls-verify should be altered on the fly. Signed-off-by: baude <bbaude@redhat.com> Closes: #626 Approved by: mheon | ||
* | Add podman search command | umohnani8 | 2018-02-06 |
podman search queries a registry for a matching image and prints the output. I added a new flag called "registry" giving the user the option to search a specific registry if they don't want to search all their default registries. Signed-off-by: umohnani8 <umohnani@redhat.com> Closes: #241 Approved by: rhatdan |