Below command can be used to Search and List Available Versions of Container Image Using Podman.
podman search --list-tags <registry>/<container_image> --limit <n>
In above command replace registry with registry you are sing, container_image with name of the container image you would like to search. n is the number of search results you want to see. Default search results for podman is 25.
Below is example command and output to search and list etcd container images from Oracle container registry with search results limit set to 100.
# podman search --list-tags container-registry.oracle.com/olcne/etcd --limit 100
NAME TAG
container-registry.oracle.com/olcne/etcd 3.3.10-1
container-registry.oracle.com/olcne/etcd 3.3.10-2
container-registry.oracle.com/olcne/etcd 3.3.15
container-registry.oracle.com/olcne/etcd 3.4.13
container-registry.oracle.com/olcne/etcd 3.4.3-1
container-registry.oracle.com/olcne/etcd 3.4.3-2
Keywords:
containers, container, searching, listing, image, images, version, versions, pull, pulling, registries, registry
No comments:
Post a Comment