Merge pull request #20817 from eriksjolund/fix-markdown-bugs

[CI:DOCS] Fix markdown bugs
This commit is contained in:
openshift-merge-bot[bot]
2023-11-29 02:09:43 +00:00
committed by GitHub
4 changed files with 5 additions and 3 deletions

View File

@ -19280,7 +19280,7 @@ msgstr ""
#: ../../source/markdown/podman-manifest-push.1.md:123
#: ../../source/markdown/podman-push.1.md:161
msgid "**--sign-by-sigstore**=*param-file***"
msgid "**--sign-by-sigstore**=*param-file*"
msgstr ""
#: ../../source/markdown/podman-manifest-push.1.md:125

View File

@ -64,7 +64,7 @@ Delete the manifest list or image index from local storage if pushing succeeds.
Sign the pushed images with a “simple signing” signature using the specified key. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)
#### **--sign-by-sigstore**=*param-file***
#### **--sign-by-sigstore**=*param-file*
Add a sigstore signature based on further options specified in a container's sigstore signing parameter file *param-file*.
See containers-sigstore-signing-params.yaml(5) for details about the file format.

View File

@ -88,7 +88,7 @@ Discard any pre-existing signatures in the image.
Add a “simple signing” signature at the destination using the specified key. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)
#### **--sign-by-sigstore**=*param-file***
#### **--sign-by-sigstore**=*param-file*
Add a sigstore signature based on further options specified in a container's sigstore signing parameter file *param-file*.
See containers-sigstore-signing-params.yaml(5) for details about the file format.

View File

@ -69,6 +69,8 @@ $ podman volume inspect myvol
"NeedsChown": true
}
]
```
```
$ podman volume inspect --all
[