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 --- cmd/podman/cliconfig/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/podman/cliconfig/config.go') diff --git a/cmd/podman/cliconfig/config.go b/cmd/podman/cliconfig/config.go index b925d29ff..a4c1bf0c0 100644 --- a/cmd/podman/cliconfig/config.go +++ b/cmd/podman/cliconfig/config.go @@ -334,6 +334,7 @@ type PsValues struct { type PullValues struct { PodmanCommand + AllTags bool Authfile string CertDir string Creds string -- cgit v1.2.3-54-g00ecf