Files
podman/docs/source/markdown/podman-manifest-inspect.1.md.in
Valentin Rothberg a69194b02f manifest inspect: support authentication
Previous tests have worked by pure chance since the client and server
ran on the same host; the server picked up the credentials created by
the client login.

Extend the gating tests and add a new integration test which is further
capable of exercising the remote code.

Note that fixing authentication support requires adding a new
`--authfile` CLi flag to `manifest inspect`.  This will at least allow
for passing an authfile to be bindings.  Username and password are not
yet supported.

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
2023-07-10 16:26:19 +02:00

30 lines
564 B
Markdown

% podman-manifest-inspect 1
## NAME
podman\-manifest\-inspect - Display a manifest list or image index
## SYNOPSIS
**podman manifest inspect** [*options*] *listnameorindexname*
## DESCRIPTION
Displays the manifest list or image index stored using the specified image name.
## RETURN VALUE
A formatted JSON representation of the manifest list or image index.
## OPTIONS
@@option authfile
@@option tls-verify
## EXAMPLES
```
podman manifest inspect mylist:v1.11
```
## SEE ALSO
**[podman(1)](podman.1.md)**, **[podman-manifest(1)](podman-manifest.1.md)**