Files
podman/test/e2e/quadlet/template@instance.container
Ygal Blum 91a5c0de2a Quadlet - use specifier for unescaped values for templated container name
The escaped version replaces - with / which creates an invalid container name
See https://github.com/containers/podman/issues/22874#issuecomment-2175559746

Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
2024-06-19 14:44:21 +03:00

12 lines
365 B
Plaintext

## assert-podman-final-args localhost/changed-image
## assert-podman-args "--name=systemd-%p_%i"
## assert-symlink want.service.wants/template@instance.service ../template@instance.service
## assert-podman-args --env "FOO=bar"
[Container]
# Will be changed by /template@instance.container.d/10-image.conf
Image=localhost/imagename
[Install]
WantedBy=want.service