Remove references to --pull=true and --pull=false

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2024-06-11 07:44:05 -04:00
parent 009a2441de
commit 64091777fe
4 changed files with 9 additions and 6 deletions

View File

@ -4,9 +4,9 @@
####> are applicable to all of those.
#### **--pull**=*policy*
Pull image policy. The default is **always**.
Pull image policy. The default is **missing**.
- **always**, **true**: Always pull the image and throw an error if the pull fails.
- **always**: Always pull the image and throw an error if the pull fails.
- **missing**: Only pull the image when it does not exist in the local containers storage. Throw an error if no image is found and the pull fails.
- **never**, **false**: Never pull the image but use the one from the local containers storage. Throw an error when no image is found.
- **never**: Never pull the image but use the one from the local containers storage. Throw an error when no image is found.
- **newer**: Pull if the image on the registry is newer than the one in the local containers storage. An image is considered to be newer when the digests are different. Comparing the time stamps is prone to errors. Pull errors are suppressed if a local image was found.

View File

@ -313,8 +313,6 @@ the help of emulation provided by packages like `qemu-user-static`.
@@option pull.image
Pull image policy. The default is **missing**.
@@option quiet
@@option retry