Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | image.SearchImages: use SearchFilter type | Valentin Rothberg | 2019-02-20 |
| | | | | | | | Use an `image.SearchFilter` instead of a `[]string` in the SearchImages API. Signed-off-by: Valentin Rothberg <rothberg@redhat.com> | ||
* | podman-search: refactor code to libpod/image/search.go | Valentin Rothberg | 2019-02-20 |
Refactor the image-search logic from cmd/podman/search.go to libpod/image/search.go and update podman-search and the Varlink API to use it. Signed-off-by: Valentin Rothberg <rothberg@redhat.com> |