Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix create&run getting --authfile from cli | Qi Wang | 2019-08-09 |
| | | | | | | Add flag `--authfile` to create and run so Podman can read authfile path from not only environemnt variable REGISTRY_AUTH_FILE but also CLI Signed-off-by: Qi Wang <qiwan@redhat.com> | ||
* | Add test cases for login and logout | Yiqiao Pu | 2019-05-22 |
As logout test request login to the registry, we plan to test them together. There are five test cases added: 1. Podman login and logout with default value 3. Podman login and logout with --authfile 2. Podman login and logout with --tls-verify 4. Podman login and logout with --cert-dir 5. Podman login and logout with multi registry All above test cases are using docker rgistry v2 Signed-off-by: Yiqiao Pu <ypu@redhat.com> |