mirror of
https://github.com/containers/podman.git
synced 2025-11-29 01:28:22 +08:00
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:
6
test/e2e/quadlet/ignorefile.build
Normal file
6
test/e2e/quadlet/ignorefile.build
Normal file
@@ -0,0 +1,6 @@
|
||||
## assert-podman-args "--ignorefile" "/path/to/.customignore"
|
||||
|
||||
[Build]
|
||||
ImageTag=localhost/imagename
|
||||
SetWorkingDirectory=unit
|
||||
IgnoreFile=/path/to/.customignore
|
||||
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user