mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-19 23:07:52 +00:00
When possible use a generic function to add strings and booleans Adjust tests Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
8 lines
193 B
Text
8 lines
193 B
Text
## assert-podman-args "--group-add" "keep-groups"
|
|
## assert-podman-args "--group-add" "users"
|
|
|
|
[Build]
|
|
ImageTag=localhost/imagename
|
|
SetWorkingDirectory=unit
|
|
GroupAdd=keep-groups
|
|
GroupAdd=users
|