From 1543a01be874af690b7ade9b226d9d62e43ac036 Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Fri, 18 Jan 2019 20:01:29 -0500 Subject: Add --all-tags to pull command Signed-off-by: TomSweeneyRedHat Add --all-tags for the `podman pull` command so all tags of an image will be pulled, not just ':latest'. Emulates the change in Buildah https://github.com/containers/buildah/pull/1263 Signed-off-by: TomSweeneyRedHat --- docs/podman-pull.1.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/podman-pull.1.md b/docs/podman-pull.1.md index 2196e251e..bce11b096 100644 --- a/docs/podman-pull.1.md +++ b/docs/podman-pull.1.md @@ -45,6 +45,10 @@ Image stored in local container/storage ## OPTIONS +**--all-tags, a** + +All tagged images in the repository will be pulled. + **--authfile** Path of the authentication file. Default is ${XDG_RUNTIME\_DIR}/containers/auth.json, which is set using `podman login`. -- cgit v1.2.3-54-g00ecf