automation-tests/cmd/podman/images
Valentin Rothberg 14bfee31f7 podman search: display only name and description by default
Change the default format of `podman search` to only display the name
and the description of each image.  The index is redundant to the name
and consumes a lot of space, and other descriptors (i.e., stars,
official, automated) are specific to Docker Hub and also consume a lot
space.  Users can still use `--format` for displaying the descriptors
they want to.

Add a `--compatible` flag to offer an easy way to get them back.

Also update the man page to account for the behavior and get some fresh
data in the examples.

Motivated by a recent conversation in libimage:
https://github.com/containers/common/pull/802#issuecomment-937108734

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2021-10-13 10:13:24 +02:00
..
build.go standardize logrus messages to upper case 2021-09-22 15:29:34 -04:00
buildx.go builder: Add support for builder prune 2021-10-12 15:31:54 +05:30
diff.go podman diff accept two images or containers 2021-07-02 17:11:56 +02:00
exists.go [Techinal Debt] Cleanup ABI vs. Tunnel CLI commands 2021-05-27 11:40:43 -07:00
history.go Add no-trunc support to podman-events 2021-09-16 09:41:29 -04:00
image.go [Techinal Debt] Cleanup ABI vs. Tunnel CLI commands 2021-05-27 11:40:43 -07:00
import.go Globally replace http:// with https:// 2021-08-27 06:14:46 -04:00
inspect.go Add podman image/container inspect man pages 2021-09-20 12:06:26 -04:00
list.go Scrub podman commands to use report package 2021-06-16 16:53:48 -07:00
load.go [Techinal Debt] Cleanup ABI vs. Tunnel CLI commands 2021-05-27 11:40:43 -07:00
mount.go Scrub podman commands to use report package 2021-06-16 16:53:48 -07:00
prune.go builder: Add support for builder prune 2021-10-12 15:31:54 +05:30
pull.go multiple image pull support 2021-07-05 16:07:49 +05:30
push.go Fix documentation of the --format option of podman push 2021-06-17 21:20:13 +02:00
rm.go [Techinal Debt] Cleanup ABI vs. Tunnel CLI commands 2021-05-27 11:40:43 -07:00
save.go podman save: add `--uncompressed` 2021-09-22 12:38:07 +02:00
scp.go Added autocompletion for images and system connections 2021-08-09 09:21:47 -04:00
search.go podman search: display only name and description by default 2021-10-13 10:13:24 +02:00
sign.go [Techinal Debt] Cleanup ABI vs. Tunnel CLI commands 2021-05-27 11:40:43 -07:00
tag.go [Techinal Debt] Cleanup ABI vs. Tunnel CLI commands 2021-05-27 11:40:43 -07:00
tree.go [Techinal Debt] Cleanup ABI vs. Tunnel CLI commands 2021-05-27 11:40:43 -07:00
trust.go [Techinal Debt] Cleanup ABI vs. Tunnel CLI commands 2021-05-27 11:40:43 -07:00
trust_set.go [Techinal Debt] Cleanup ABI vs. Tunnel CLI commands 2021-05-27 11:40:43 -07:00
trust_show.go Scrub podman commands to use report package 2021-06-16 16:53:48 -07:00
unmount.go [Techinal Debt] Cleanup ABI vs. Tunnel CLI commands 2021-05-27 11:40:43 -07:00
untag.go [Techinal Debt] Cleanup ABI vs. Tunnel CLI commands 2021-05-27 11:40:43 -07:00
utils_linux.go standardize logrus messages to upper case 2021-09-22 15:29:34 -04:00
utils_unsupported.go podman save use named pipe 2020-08-12 10:03:41 -04:00