1podman-manifest-inspect(1)  General Commands Manual podman-manifest-inspect(1)
2
3
4

NAME

6       podman-manifest-inspect - Display a manifest list or image index
7
8

SYNOPSIS

10       podman manifest inspect [options] listnameorindexname
11
12

DESCRIPTION

14       Displays  the  manifest  list or image index stored using the specified
15       image name.
16
17

RETURN VALUE

19       A formatted JSON representation of the manifest list or image index.
20
21

OPTIONS

23   --authfile=path
24       Path of the authentication file. Default is ${XDG_RUNTIME_DIR}/contain‐
25       ers/auth.json  on Linux, and $HOME/.config/containers/auth.json on Win‐
26       dows/macOS.  The file is created by podman login. If the  authorization
27       state  is  not found there, $HOME/.docker/config.json is checked, which
28       is set using docker login.
29
30
31       Note: There is also the option to override the default path of the  au‐
32       thentication  file  by setting the REGISTRY_AUTH_FILE environment vari‐
33       able. This can be done with export REGISTRY_AUTH_FILE=path.
34
35
36   --tls-verify
37       Require HTTPS and verify certificates when contacting  registries  (de‐
38       fault: true).  If explicitly set to true, TLS verification is used.  If
39       set to false, TLS verification is not used.  If not specified, TLS ver‐
40       ification  is  used unless the target registry is listed as an insecure
41       registry in containers-registries.conf(5)
42
43

EXAMPLES

45       podman manifest inspect mylist:v1.11
46
47
48

SEE ALSO

50       podman(1), podman-manifest(1)
51
52
53
54                                                    podman-manifest-inspect(1)
Impressum