mirror of
https://github.com/containers/podman.git
synced 2025-10-19 20:23:08 +08:00
Merge pull request #8382 from dbaker-rh/helppage
[CI:DOCS] Fix example for manifest push
This commit is contained in:
@ -18,7 +18,7 @@ var (
|
|||||||
podman manifest create localhost/list
|
podman manifest create localhost/list
|
||||||
podman manifest inspect localhost/list
|
podman manifest inspect localhost/list
|
||||||
podman manifest annotate --annotation left=right mylist:v1.11 image:v1.11-amd64
|
podman manifest annotate --annotation left=right mylist:v1.11 image:v1.11-amd64
|
||||||
podman manifest push mylist:v1.11 quay.io/myimagelist
|
podman manifest push mylist:v1.11 docker://quay.io/myuser/image:v1.11
|
||||||
podman manifest remove mylist:v1.11 sha256:15352d97781ffdf357bf3459c037be3efac4133dc9070c2dce7eca7c05c3e736`,
|
podman manifest remove mylist:v1.11 sha256:15352d97781ffdf357bf3459c037be3efac4133dc9070c2dce7eca7c05c3e736`,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
@ -28,7 +28,7 @@ var (
|
|||||||
Short: "Push a manifest list or image index to a registry",
|
Short: "Push a manifest list or image index to a registry",
|
||||||
Long: "Pushes manifest lists and image indexes to registries.",
|
Long: "Pushes manifest lists and image indexes to registries.",
|
||||||
RunE: push,
|
RunE: push,
|
||||||
Example: `podman manifest push mylist:v1.11 quay.io/myimagelist`,
|
Example: `podman manifest push mylist:v1.11 docker://quay.io/myuser/image:v1.11`,
|
||||||
Args: cobra.ExactArgs(2),
|
Args: cobra.ExactArgs(2),
|
||||||
ValidArgsFunction: common.AutocompleteImages,
|
ValidArgsFunction: common.AutocompleteImages,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user