summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2019-04-24 12:45:36 +0200
committerValentin Rothberg <rothberg@redhat.com>2019-04-24 19:33:12 +0200
commitb90a5107e9b2c6b619aa60264603f04744c41631 (patch)
tree07cc0c14b82f1295b93a72858064b26adc00f338 /docs
parentb4cba6090d2e44f34f233bee4f2df47582ced7a0 (diff)
downloadpodman-b90a5107e9b2c6b619aa60264603f04744c41631.tar.gz
podman-b90a5107e9b2c6b619aa60264603f04744c41631.tar.bz2
podman-b90a5107e9b2c6b619aa60264603f04744c41631.zip
pull: special case all-tags semantics
Supporting the all-tags semantics added some non-trivial code to the pull command which does not make use of `registries.conf` and introduced some regressions such as not adhering to the configured search registries. Speacial case the all-tags flags to let existing users of all-tags continue working while others can work again. This implies that the all-tags pull does not adhere to configured search registries while the default (non-all-tags) pull does. Note that this is a purely symptomaic fix. A final solution should include Buildah and the c/image library to avoid redundant and error-prone code across the projects. Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1701922 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-pull.1.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/podman-pull.1.md b/docs/podman-pull.1.md
index 92740c3af..ab01bb40d 100644
--- a/docs/podman-pull.1.md
+++ b/docs/podman-pull.1.md
@@ -49,6 +49,8 @@ Image stored in local container/storage
All tagged images in the repository will be pulled.
+Note: When using the all-tags flag, Podman will not iterate over the search registries in the containers-registries.conf(5) but will always use docker.io for unqualified image names.
+
**--authfile**
Path of the authentication file. Default is ${XDG_RUNTIME\_DIR}/containers/auth.json, which is set using `podman login`.