vendor: bump containers/buildah

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano
2024-11-18 12:36:07 +01:00
parent 777a99762c
commit d59794992f
12 changed files with 29 additions and 63 deletions

View File

@@ -379,4 +379,6 @@ type BuildOptions struct {
// provides a minimal initial configuration with a working directory
// set in it.
CompatScratchConfig types.OptionalBool
// NoPivotRoot inhibits the usage of pivot_root when setting up the rootfs
NoPivotRoot bool
}