Files
skopeo/docs/buildah-images.md
umohnani8 85a37b39e8 Add --format and --filter to buildah containers
buildah containers now supports oretty-printing using a Go template
with the --format flag. And output can be filtered based on id, name, or
ancestor.

Signed-off-by: umohnani8 <umohnani@redhat.com>

Closes: #437
Approved by: rhatdan
2018-02-02 19:32:06 +00:00

882 B

buildah-images "1" "March 2017" "buildah"

NAME

buildah images - List images in local storage.

SYNOPSIS

buildah images [options [...]]

DESCRIPTION

Displays locally stored images, their names, and their IDs.

OPTIONS

--digests

Show the image digests.

--filter, -f=[]

Filter output based on conditions provided (default []). Valid keywords are 'dangling', 'label', 'before' and 'since'.

--format="TEMPLATE"

Pretty-print images using a Go template.

--json

Display the output in JSON format.

--noheading, -n

Omit the table headings from the listing of images.

no-trunc

Do not truncate output.

--quiet, -q

Displays only the image IDs.

EXAMPLE

buildah images

buildah images --json

buildah images --quiet

buildah images -q --noheading --notruncate

buildah images --filter dangling=true

SEE ALSO

buildah(1)