1buildah-manifest-inspect(1) General Commands Manualbuildah-manifest-inspect(1)
2
3
4
6 buildah-manifest-inspect - Display a manifest list or image index.
7
8
10 buildah manifest inspect listNameOrIndexName
11
12
14 Displays the manifest list or image index stored using the specified
15 image name.
16
17
19 A formatted JSON representation of the manifest list or image index.
20
21
23 --authfile path
24
25
26 Path of the authentication file. Default is ${XDG_RUNTIME_DIR}/contain‐
27 ers/auth.json, which is set using buildah login. If the authorization
28 state is not found there, $HOME/.docker/config.json is checked, which
29 is set using docker login.
30
31
32 --tls-verify bool-value
33
34
35 Require HTTPS and verification of certificates when talking to con‐
36 tainer registries (defaults to true). TLS verification cannot be used
37 when talking to an insecure registry.
38
39
41 buildah manifest inspect mylist:v1.11
42
43
44
46 buildah(1), buildah-manifest(1), buildah-manifest-create(1), buildah-
47 manifest-add(1), buildah-manifest-remove(1), buildah-manifest-anno‐
48 tate(1), buildah-manifest-push(1), buildah-rmi(1)
49
50
51
52buildah September 2019 buildah-manifest-inspect(1)