mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-11 11:25:45 +00:00
* docs: man page additions * test/e2e: add tests for `--iidfile-raw` and `--metadata-file` * test/buildah-bud: update buildah-bud test patch for buildah v1.42.1 Signed-off-by: Danish Prakash <contact@danishpraka.sh>
9 lines
389 B
Markdown
9 lines
389 B
Markdown
####> This option file is used in:
|
|
####> podman build
|
|
####> If file is edited, make sure the changes
|
|
####> are applicable to all of those.
|
|
#### **--metadata-file**=*MetadataFile*
|
|
|
|
Write information about the built image to the named file. When `--platform` is specified more than once, attempting to use this option triggers an error.
|
|
|
|
Note: This option is not supported in remote mode.
|