mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-23 00:37:53 +00:00
Add the new keys to the supported keys list for the Container group Pass the list of EnvironmentFile values while maintaining the order Quadlet e2e test framework: Add support for checking regex in Podman args Add relevant tests Update man Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
9 lines
316 B
Text
9 lines
316 B
Text
## assert-podman-final-args localhost/imagename
|
|
## assert-podman-args --env-file /opt/env/abs-1 --env-file /opt/env/abs-2
|
|
## assert-podman-args-regex --env-file /.*/podman_test.*/quadlet/rel-1
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
EnvironmentFile=/opt/env/abs-1
|
|
EnvironmentFile=/opt/env/abs-2
|
|
EnvironmentFile=rel-1
|