mirror of
https://github.com/containers/podman.git
synced 2026-03-13 08:01:19 +08:00
Merge pull request #27993 from danishprakash/podman-buildah-vendor
vendor: update c/buildah to latest main
This commit is contained in:
7
docs/source/markdown/options/iidfile-raw.md
Normal file
7
docs/source/markdown/options/iidfile-raw.md
Normal file
@@ -0,0 +1,7 @@
|
||||
####> This option file is used in:
|
||||
####> podman build, farm build
|
||||
####> If file is edited, make sure the changes
|
||||
####> are applicable to all of those.
|
||||
#### **--iidfile-raw**=*ImageIDfile*
|
||||
|
||||
Write the built image's ID to the file without the algorithm prefix (e.g., `sha256:`). When `--platform` is specified more than once, attempting to use this option triggers an error.
|
||||
9
docs/source/markdown/options/metadata-file.md
Normal file
9
docs/source/markdown/options/metadata-file.md
Normal file
@@ -0,0 +1,9 @@
|
||||
####> 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.
|
||||
@@ -223,6 +223,8 @@ It does not affect _/etc/resolv.conf_ in the final image.
|
||||
|
||||
@@option iidfile
|
||||
|
||||
@@option iidfile-raw
|
||||
|
||||
@@option inherit-annotations
|
||||
|
||||
@@option inherit-labels
|
||||
@@ -255,6 +257,8 @@ This option is not supported on the remote client, including Mac and Windows
|
||||
|
||||
@@option memory-swap
|
||||
|
||||
@@option metadata-file
|
||||
|
||||
@@option network.image
|
||||
|
||||
@@option no-cache
|
||||
|
||||
@@ -125,6 +125,8 @@ This option specifies the name of the farm to be used in the build process.
|
||||
|
||||
@@option iidfile
|
||||
|
||||
@@option iidfile-raw
|
||||
|
||||
@@option inherit-annotations
|
||||
|
||||
@@option inherit-labels
|
||||
|
||||
Reference in New Issue
Block a user