mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
This patch adds retry plumbing for podman manifest push. CLI flags added: --retry and --retry-delay Flags are read into ImagePushOptions and passed through the local ABI path Remote clients and REST API now respect retry settings (retry / retryDelay) retry-delay is parsed with time.ParseDuration Defaults fall back to containers.conf when the flags are not set Updated manpages, Swagger comments, and e2e tests to validate retry behavior Fixes: #28590 Signed-off-by: Valen Torassa <valentintorassacolombero@gmail.com> |
||
|---|---|---|
| .. | ||
| add.go | ||
| annotate.go | ||
| create.go | ||
| exists.go | ||
| inspect.go | ||
| manifest.go | ||
| push.go | ||
| remove.go | ||
| rm.go | ||