Merge pull request #27993 from danishprakash/podman-buildah-vendor

vendor: update c/buildah to latest main
This commit is contained in:
Matt Heon
2026-02-04 16:02:39 -05:00
committed by GitHub
71 changed files with 1346 additions and 385 deletions

View 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.

View 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.

View File

@@ -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

View File

@@ -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