mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
Add support for podman push --retry --retry-delay
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
####> This option file is used in:
|
||||
####> podman build, farm build, pull
|
||||
####> podman build, farm build, pull, push
|
||||
####> If file is edited, make sure the changes
|
||||
####> are applicable to all of those.
|
||||
#### **--retry-delay**=*duration*
|
||||
|
||||
Duration of delay between retry attempts in case of failure when performing pull of images from registry. Default is **2s**.
|
||||
Duration of delay between retry attempts when pulling or pushing images between
|
||||
the registry and local storage in case of failure. The default is to start at two seconds and then exponentially back off. The delay is used when this value is set, and no exponential back off occurs.
|
||||
|
@ -1,8 +1,8 @@
|
||||
####> This option file is used in:
|
||||
####> podman build, farm build, pull
|
||||
####> podman build, farm build, pull, push
|
||||
####> If file is edited, make sure the changes
|
||||
####> are applicable to all of those.
|
||||
#### **--retry**=*attempts*
|
||||
|
||||
Number of times to retry in case of failure when performing pull of
|
||||
images from registry. Default is **3**.
|
||||
Number of times to retry pulling or pushing images between the registry and
|
||||
local storage in case of failure. Default is **3**.
|
||||
|
@ -84,6 +84,10 @@ When writing the output image, suppress progress output
|
||||
|
||||
Discard any pre-existing signatures in the image.
|
||||
|
||||
@@option retry
|
||||
|
||||
@@option retry-delay
|
||||
|
||||
#### **--sign-by**=*key*
|
||||
|
||||
Add a “simple signing” signature at the destination using the specified key. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)
|
||||
|
Reference in New Issue
Block a user