Quadlet build - add support for IgnoreFile key

Resolves: https://github.com/containers/podman/issues/27268

Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
This commit is contained in:
Ygal Blum
2025-10-16 14:02:04 -04:00
parent 571031f375
commit 1800b34b51
4 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
## assert-podman-args "--ignorefile" "/path/to/.customignore"
[Build]
ImageTag=localhost/imagename
SetWorkingDirectory=unit
IgnoreFile=/path/to/.customignore

View File

@@ -1056,6 +1056,7 @@ BOGUS=foo
Entry("Build - ForceRM Key", "force-rm.build"),
Entry("Build - GlobalArgs", "globalargs.build"),
Entry("Build - GroupAdd Key", "group-add.build"),
Entry("Build - IgnoreFile Key", "ignorefile.build"),
Entry("Build - Containers Conf Modules", "containersconfmodule.build"),
Entry("Build - Label Key", "label.build"),
Entry("Build - Multiple Tags", "multiple-tags.build"),