mirror of
https://github.com/containers/podman.git
synced 2025-05-30 23:17:20 +08:00

Move the options for the podman build doc to a common md that can be used by both podman build and podman farm build. Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
13 lines
513 B
Markdown
13 lines
513 B
Markdown
####> This option file is used in:
|
|
####> podman build, farm build
|
|
####> If file is edited, make sure the changes
|
|
####> are applicable to all of those.
|
|
#### **--format**
|
|
|
|
Control the format for the built image's manifest and configuration data.
|
|
Recognized formats include *oci* (OCI image-spec v1.0, the default) and
|
|
*docker* (version 2, using schema format 2 for the manifest).
|
|
|
|
Note: You can also override the default format by setting the BUILDAH\_FORMAT
|
|
environment variable. `export BUILDAH_FORMAT=docker`
|