diff options
author | Ed Santiago <santiago@redhat.com> | 2022-07-18 14:38:44 -0600 |
---|---|---|
committer | Paul Holzinger <pholzing@redhat.com> | 2022-09-09 11:59:27 +0200 |
commit | 8e1aa7af3a3d4fac1aefa94ed4a4455ac190ead9 (patch) | |
tree | c938d8e3d2b0e327db70a8b214c9317ce01639b2 /docs | |
parent | eb28a1c08469d56494006d0f2c64933ab7078d01 (diff) | |
download | podman-8e1aa7af3a3d4fac1aefa94ed4a4455ac190ead9.tar.gz podman-8e1aa7af3a3d4fac1aefa94ed4a4455ac190ead9.tar.bz2 podman-8e1aa7af3a3d4fac1aefa94ed4a4455ac190ead9.zip |
Fixes for vendoring Buildah
This commit was automatically cherry-picked
by buildah-vendor-treadmill v0.3
from the buildah vendor treadmill PR, #13808
Changes since 2022-08-16:
- buildah 4139: minor line-number changes to the diff
file because helpers.bash got edited
- buildah 4190: skip the new test if remote
- buildah 4195: add --retry / --retry-delay
- changes to deal with vendoring gomega, units
- changes to the podman login error message in system test
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-build.1.md.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-build.1.md.in b/docs/source/markdown/podman-build.1.md.in index 63b587687..ab31c492c 100644 --- a/docs/source/markdown/podman-build.1.md.in +++ b/docs/source/markdown/podman-build.1.md.in @@ -512,6 +512,16 @@ Suppress output messages which indicate which instruction is being processed, and of progress when pulling images from a registry, and when writing the output image. +#### **--retry**=*attempts* + +Number of times to retry in case of failure when performing pull of +images from registry. Default is **3**. + +#### **--retry-delay**=*duration* + +Duration of delay between retry attempts in case of failure when performing +pull of images from registry. Default is **2s**. + #### **--rm** Remove intermediate containers after a successful build (default true). |