aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-04-21 09:10:45 -0400
committerGitHub <noreply@github.com>2022-04-21 09:10:45 -0400
commit68e998dbff8be86396b91967a0f7edd2c8ea68ee (patch)
tree920b33e1b941178713b1f749999170e47661182b /docs
parent02ab86a68aa3c510dc8be8aefbd1029efb657438 (diff)
parentdf156ab7879b7ce4a68cb2a4faddffe2d1904f7d (diff)
downloadpodman-68e998dbff8be86396b91967a0f7edd2c8ea68ee.tar.gz
podman-68e998dbff8be86396b91967a0f7edd2c8ea68ee.tar.bz2
podman-68e998dbff8be86396b91967a0f7edd2c8ea68ee.zip
Merge pull request #13952 from vrothberg/fix-13864
[CI:DOCS] podman build --pull=*missing*
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-build.1.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-build.1.md b/docs/source/markdown/podman-build.1.md
index 03ff88aeb..1080581d7 100644
--- a/docs/source/markdown/podman-build.1.md
+++ b/docs/source/markdown/podman-build.1.md
@@ -495,6 +495,10 @@ If the pull option is set to `always` (with *--pull=always*),
pull the image from the first registry it is found in as listed in registries.conf.
Raise an error if not found in the registries, even if the image is present locally.
+If the pull option is set to `missing` (with *--pull=missing*),
+Pull the image only if it is not present in the local storage. Raise an error if it
+could neither be found in the local storage or on a registry.
+
If the pull option is set to `never` (with *--pull=never*),
Do not pull the image from the registry, use only the local version. Raise an error
if the image is not present locally.