diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-12-12 03:46:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-12 03:46:31 -0500 |
commit | 36bec385f33ebc8f0aeb52547f79bd2663521f8f (patch) | |
tree | 62a1a7ea22eca4aca0d428c0ae45b067e433a298 /docs/source/markdown | |
parent | 1d50245a206b7a18abb0aa6ae363d9fd56b7bd6e (diff) | |
parent | 6730556e2f6f98a2eef6914ffadabf8a46aef749 (diff) | |
download | podman-36bec385f33ebc8f0aeb52547f79bd2663521f8f.tar.gz podman-36bec385f33ebc8f0aeb52547f79bd2663521f8f.tar.bz2 podman-36bec385f33ebc8f0aeb52547f79bd2663521f8f.zip |
Merge pull request #7718 from QiWang19/sign-multi-arch
Sign multi-arch images
Diffstat (limited to 'docs/source/markdown')
-rw-r--r-- | docs/source/markdown/podman-image-sign.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-image-sign.1.md b/docs/source/markdown/podman-image-sign.1.md index 7a924b80b..3e52bde30 100644 --- a/docs/source/markdown/podman-image-sign.1.md +++ b/docs/source/markdown/podman-image-sign.1.md @@ -19,6 +19,10 @@ By default, the signature will be written into `/var/lib/containers/sigstore` fo Print usage statement. +#### **--all**, **-a** + +Sign all the manifests of the multi-architecture image (default false). + #### **--cert-dir**=*path* Use certificates at *path* (\*.crt, \*.cert, \*.key) to connect to the registry. |