podman/libpod/image
Valentin Rothberg b05888a97d search: allow wildcards
Allow wildcards in the search term.  Note that not all registries
support wildcards and it may only work with v1 registries.

Note that searching implies figuring out if the specified search term
includes a registry.  If there's not registry detected, the search term
will be used against all configured "unqualified-serach-registries" in
the registries.conf.  The parsing logic considers a registry to be the
substring before the first slash `/`.

With these changes we now not only support wildcards but arbitrary
input; ultimately it's up to the registries to decide whether they
support given input or not.

Fixes: bugzilla.redhat.com/show_bug.cgi?id=1846629
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2020-06-19 14:47:36 +02:00
..
testdata Split refNamesFromImageReference from Runtime.getPullListFromRef 2018-08-01 18:22:58 +00:00
config.go honor pull policy in play kube 2020-01-28 13:36:10 -06:00
docker_registry_options.go compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
errors.go add podman container|image exists 2018-11-26 09:19:39 -06:00
filters.go Fixup issues found by golint 2020-06-10 05:49:41 -04:00
image.go Fix podman-remote images 2020-06-16 12:29:25 -04:00
image_test.go Turn on More linters 2020-06-15 07:05:56 -04:00
manifests.go manifest annotate 2020-05-05 15:01:32 -04:00
parts.go honor pull policy in play kube 2020-01-28 13:36:10 -06:00
parts_test.go Remove imageParts.{isTagged,registry,name,tag} 2019-01-14 04:07:24 +01:00
prune.go Turn on More linters 2020-06-15 07:05:56 -04:00
pull.go Turn on More linters 2020-06-15 07:05:56 -04:00
pull_test.go bump containers/image to v5.0.0, buildah to v1.11.4 2019-10-29 13:35:18 -04:00
search.go search: allow wildcards 2020-06-19 14:47:36 +02:00
signing_options.go Stage3 Image Library 2018-03-14 20:21:31 +00:00
tree.go Refactor image tree for API usage 2020-02-17 11:12:35 +01:00
utils.go images: distinguish between tags and digests 2019-10-29 13:35:19 -04:00