From c30b904cbe40bc816e88dfb74e3a6454359092b3 Mon Sep 17 00:00:00 2001 From: Jesse Rittner Date: Wed, 23 Jun 2021 23:22:58 -0400 Subject: [PATCH] Add --retry-times to markdown docs Fixes #1322. Signed-off-by: Jesse Rittner --- docs/skopeo-copy.1.md | 2 ++ docs/skopeo-delete.1.md | 2 ++ docs/skopeo-list-tags.1.md | 2 ++ docs/skopeo-sync.1.md | 2 ++ 4 files changed, 8 insertions(+) diff --git a/docs/skopeo-copy.1.md b/docs/skopeo-copy.1.md index a69fd3d7..f87e5c01 100644 --- a/docs/skopeo-copy.1.md +++ b/docs/skopeo-copy.1.md @@ -92,6 +92,8 @@ Existing signatures, if any, are preserved as well. **--dest-registry-token** _Bearer token_ for accessing the destination registry. +**--retry-times** the number of times to retry, retry wait time will be exponentially increased based on the number of failed attempts. + ## EXAMPLES To just copy an image from one registry to another: diff --git a/docs/skopeo-delete.1.md b/docs/skopeo-delete.1.md index 577c756a..199cd1ea 100644 --- a/docs/skopeo-delete.1.md +++ b/docs/skopeo-delete.1.md @@ -36,6 +36,8 @@ Additionally, the registry must allow deletions by setting `REGISTRY_STORAGE_DEL **--registry-token** _Bearer token_ for accessing the registry. +**--retry-times** the number of times to retry, retry wait time will be exponentially increased based on the number of failed attempts. + ## EXAMPLES Mark image example/pause for deletion from the registry.example.com registry: diff --git a/docs/skopeo-list-tags.1.md b/docs/skopeo-list-tags.1.md index 37135251..349bf8b1 100644 --- a/docs/skopeo-list-tags.1.md +++ b/docs/skopeo-list-tags.1.md @@ -25,6 +25,8 @@ Return a list of tags from _repository-name_ in a registry. **--registry-token** _Bearer token_ for accessing the registry. + **--retry-times** the number of times to retry, retry wait time will be exponentially increased based on the number of failed attempts. + ## REPOSITORY NAMES Repository names are transport-specific references as each transport may have its own concept of a "repository" and "tags". Currently, only the Docker transport is supported. diff --git a/docs/skopeo-sync.1.md b/docs/skopeo-sync.1.md index 001e20e5..bedf6301 100644 --- a/docs/skopeo-sync.1.md +++ b/docs/skopeo-sync.1.md @@ -82,6 +82,8 @@ Path of the authentication file for the destination registry. Uses path given by **--dest-registry-token** _Bearer token_ for accessing the destination registry. +**--retry-times** the number of times to retry, retry wait time will be exponentially increased based on the number of failed attempts. + ## EXAMPLES ### Synchronizing to a local directory