Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix imports to ensure v2 is used with libpod | Matthew Heon | 2020-07-06 |
| | | | | Signed-off-by: Matthew Heon <matthew.heon@pm.me> | ||
* | Fixes --remote flag issues | Jhon Honce | 2020-07-06 |
* --remote, --url and --identity are now anchored to podman command. Subcommands should no longer have issues * TraverseChildren now set to V1 expectations * Latest flag now has helper function. Now has consistent usage. * IsRemote() uses cobra parser to determin if --remote is given * Moved validation functions from parser pkg to validate pkg * Fixes #6598 Fixes #6704 Signed-off-by: Jhon Honce <jhonce@redhat.com> <MH: Fixed import issues> Signed-off-by: Matt Heon <matthew.heon@pm.me> |