mirror of
https://github.com/containers/podman.git
synced 2025-11-28 17:18:58 +08:00
Merge pull request #27450 from nimdrak/27444
Fix tiny typos in some artifact docs
This commit is contained in:
@@ -44,7 +44,7 @@ Print usage statement
|
|||||||
Inspect an OCI image in the local store.
|
Inspect an OCI image in the local store.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ podman artifact inspect quay.io/myartifact/myml:latest
|
$ podman artifact inspect quay.io/myartifact/mytxt:latest
|
||||||
{
|
{
|
||||||
"Manifest": {
|
"Manifest": {
|
||||||
"schemaVersion": 2,
|
"schemaVersion": 2,
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ Add a sigstore signature at the destination using a private key at the specified
|
|||||||
|
|
||||||
## EXAMPLE
|
## EXAMPLE
|
||||||
|
|
||||||
Push the specified iage to a container registry:
|
Push the specified image to a container registry:
|
||||||
```
|
```
|
||||||
$ podman artifact push quay.io/baude/artifact:single
|
$ podman artifact push quay.io/baude/artifact:single
|
||||||
Getting image source signatures
|
Getting image source signatures
|
||||||
|
|||||||
Reference in New Issue
Block a user