mirror of https://github.com/containers/podman.git
podman-remote search had some FIXMEs in tests that were failing. So I reworked the search handler to use the local abi. This means the podman search and podman-remote search will use the same functions. While doing this, I noticed we were just outputing errors via logrus.Error rather then returning them, which works ok for podman but the messages get lost on podman-remote. Changed the code to actually return the error messages to the caller. This allows us to turn on the remaining podman-remote FIXME tests. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> |
||
---|---|---|
.. | ||
testdata | ||
config.go | ||
df.go | ||
docker_registry_options.go | ||
errors.go | ||
filters.go | ||
image.go | ||
image_test.go | ||
layer_tree.go | ||
manifests.go | ||
parts.go | ||
parts_test.go | ||
prune.go | ||
pull.go | ||
pull_test.go | ||
search.go | ||
signing_options.go | ||
tree.go | ||
utils.go |