mirror of
https://github.com/containers/podman.git
synced 2025-09-09 21:52:21 +08:00
Fix documentation of the --format option of podman push
It affects all transports; and without --format, we try several manifest formats. [NO TESTS NEEDED] Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
@ -184,7 +184,7 @@ type ImagePushOptions struct {
|
||||
// image to the file. Ignored for remote calls.
|
||||
DigestFile string
|
||||
// Format is the Manifest type (oci, v2s1, or v2s2) to use when pushing an
|
||||
// image using the 'dir' transport. Default is manifest type of source.
|
||||
// image. Default is manifest type of source, with fallbacks.
|
||||
// Ignored for remote calls.
|
||||
Format string
|
||||
// Quiet can be specified to suppress pull progress when pulling. Ignored
|
||||
|
Reference in New Issue
Block a user