mirror of
https://github.com/containers/podman.git
synced 2025-08-03 01:37:51 +08:00

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>
30 lines
564 B
Markdown
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)**
|