Files
podman/test/e2e/quadlet/retry.build
Jan Kaluza 08a1c6d91e Add support for Retry= and RetryDelay= to Podman Quadlet.
This commit adds new Retry= and RetryDelay= options
to quadlet.go which result in --retry and --retry-delay
usage in podman run, image and build commands.

This allows configuring the retry logic in the systemd
files.

Fixes: #25109

Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
2025-03-26 09:01:28 +01:00

9 lines
166 B
Plaintext

## assert-podman-args "--retry" "5"
## assert-podman-args "--retry-delay" "10s"
[Build]
ImageTag=localhost/imagename
SetWorkingDirectory=unit
Retry=5
RetryDelay=10s