Add --insecure,--tls-verify,--verbose flags to podman manifest inspect

--insecure and --verbose flags for docker compatibility

--tls-verify for syntax compatibility and allow users to inspect
manifests at remote Container Registiries without requiring tls.

Helps fix: https://github.com/containers/podman/issues/14917

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2022-08-17 10:26:59 -04:00
parent 774e950374
commit 274d0f4956
16 changed files with 157 additions and 29 deletions

View File

@ -15,6 +15,7 @@ podman-manifest-add.1.md
podman-manifest-annotate.1.md
podman-manifest-create.1.md
podman-manifest-push.1.md
podman-manifest-inspect.1.md
podman-pause.1.md
podman-pod-clone.1.md
podman-pod-create.1.md

View File

@ -1,5 +1,5 @@
####> This option file is used in:
####> podman build, container runlabel, create, kube play, login, manifest add, manifest create, manifest push, pull, push, run, search
####> podman build, container runlabel, create, kube play, login, manifest add, manifest create, manifest inspect, manifest push, pull, push, run, search
####> If you edit this file, make sure your changes
####> are applicable to all of those.
#### **--tls-verify**

View File

@ -4,16 +4,19 @@
podman\-manifest\-inspect - Display a manifest list or image index
## SYNOPSIS
**podman manifest inspect** *listnameorindexname*
**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 tls-verify
## EXAMPLES
```