summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-01-29 13:27:19 -0500
committerGitHub <noreply@github.com>2021-01-29 13:27:19 -0500
commit8f3bcf62474bbfba26982bae88febecd4fa630c2 (patch)
tree90c18a452d3f92f49e6d4e3df09f4861cd808105 /docs
parent4ee66c2c2ecc747ec3d567c0cff6fb89b2f8f112 (diff)
parentc0bf0ba9e5bfa3df343dd3364c0ee2d8c737ae59 (diff)
downloadpodman-8f3bcf62474bbfba26982bae88febecd4fa630c2.tar.gz
podman-8f3bcf62474bbfba26982bae88febecd4fa630c2.tar.bz2
podman-8f3bcf62474bbfba26982bae88febecd4fa630c2.zip
Merge pull request #9144 from vrothberg/fix-9134
Revert "podman build --pull: use correct policy"
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-build.1.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/source/markdown/podman-build.1.md b/docs/source/markdown/podman-build.1.md
index 61c05fdef..e05678e2c 100644
--- a/docs/source/markdown/podman-build.1.md
+++ b/docs/source/markdown/podman-build.1.md
@@ -455,9 +455,8 @@ not required for Buildah as it supports only Linux.
#### **--pull**
-When the option is specified or set to "true", 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.
+When the option is specified or set to "true", pull the image. Raise an error
+if the image could not be pulled, even if the image is present locally.
If the option is disabled (with *--pull=false*) or not specified, pull the
image from the registry only if the image is not present locally. Raise an