buildah-images(1) General Commands Manual buildah-images(1) (NAME) buildah-images - (SYNOPSIS) buildah images [options] [image] (DESCRIPTION) . . (OPTIONS) --all, -a . --digests (digest) . --filter, -f=[] ( []). : after,since=image . before=image . dangling=true|false (dangling). . id=id . intermediate=true|false . . label=key[=value] / . readonly=true|false /. . "additionalimagestores" /etc/containers/storage.conf . reference=reference . (Wildcard) ( "reference=fedora:3"). --format="TEMPLATE" Go. Go : +-------------------------------+------------------------------------------------------------------------------------+ | | | +-------------------------------+------------------------------------------------------------------------------------+ |.Created | (epoch) | +-------------------------------+------------------------------------------------------------------------------------+ |.CreatedAt | | +-------------------------------+------------------------------------------------------------------------------------+ |.CreatedAtRaw | | +-------------------------------+------------------------------------------------------------------------------------+ |.Digest | | +-------------------------------+------------------------------------------------------------------------------------+ |.ID | | +-------------------------------+------------------------------------------------------------------------------------+ |.Name | | +-------------------------------+------------------------------------------------------------------------------------+ |.ReadOnly | | | | | +-------------------------------+------------------------------------------------------------------------------------+ |.Size | | +-------------------------------+------------------------------------------------------------------------------------+ |.Tag | | +-------------------------------+------------------------------------------------------------------------------------+ --history . --json JSON. --no-trunc ( ). --noheading, -n . --quiet, -q . (EXAMPLE) buildah images buildah images fedora:latest buildah images --json buildah images --quiet buildah images -q --noheading --no-trunc buildah images --quiet fedora:latest buildah images --filter dangling=true buildah images --format "ImageID: {{.ID}}" $ buildah images REPOSITORY TAG IMAGE ID CREATED SIZE registry.access.redhat.com/ubi8 latest 53ce4390f2ad 3 weeks ago 233 MB docker.io/library/busybox latest 16ea53ea7c65 3 weeks ago 1.46 MB quay.io/libpod/testimage 20210610 9f9ec7f2fdef 4 months ago 7.99 MB # buildah images -a IMAGE NAME IMAGE TAG IMAGE ID CREATED AT SIZE registry.access.redhat.com/ubi8 latest 53ce4390f2ad 3 weeks ago 233 MB 8c6e16890c2b Jun 13, 2018 15:52 4.42 MB localhost/test latest c0cfe75da054 Jun 13, 2018 15:52 4.42 MB # buildah images --format '{{.ID}} {{.CreatedAtRaw}}' 3f53bb00af943dfdf815650be70c0fa7b426e56a66f5e3362b47a129d57d5991 2018-12-20 19:21:30.122610396 -0500 EST 8e09da8f6701d7cde1526d79e3123b0f1109b78d925dfe9f9bac6d59d702a390 2019-01-08 09:22:52.330623532 -0500 EST # buildah images --format '{{.ID}} {{.Name}} {{.Digest}} {{.CreatedAt}} {{.Size}} {{.CreatedAtRaw}}' 3f53bb00af943dfdf815650be70c0fa7b426e56a66f5e3362b47a129d57d5991 docker.io/library/alpine sha256:3d2e482b82608d153a374df3357c0291589a61cc194ec4a9ca2381073a17f58e Dec 20, 2018 19:21 4.67 MB 2018-12-20 19:21:30.122610396 -0500 EST 8e09da8f6701d7cde1526d79e3123b0f1109b78d925dfe9f9bac6d59d702a390 sha256:894532ec56e0205ce68ca7230b00c18aa3c8ee39fcdb310615c60e813057229c Jan 8, 2019 09:22 4.67 MB 2019-01-08 09:22:52.330623532 -0500 EST (SEE ALSO) buildah(1), containers-storage.conf(5) buildah March 2017 buildah-images(1)