summaryrefslogtreecommitdiff
path: root/cmd/podman/cliconfig/config.go
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-03-01 08:57:01 -0600
committerbaude <bbaude@redhat.com>2019-03-01 09:20:12 -0600
commita4b82c03d3f70ac0df712ec9100a59662e86b625 (patch)
treec7bbfafb5618a692175d6958a14761a776c95629 /cmd/podman/cliconfig/config.go
parentc80416f0346200c7906cfc16c6101594653a0ad6 (diff)
downloadpodman-a4b82c03d3f70ac0df712ec9100a59662e86b625.tar.gz
podman-a4b82c03d3f70ac0df712ec9100a59662e86b625.tar.bz2
podman-a4b82c03d3f70ac0df712ec9100a59662e86b625.zip
Pull image for runlabel if not local
In cases where a user issues the podman container runlabel command and the image is not local, we now default to pulling the image automatically to mimic the atomic cli behavior. Fixes: BZ #1677905 Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'cmd/podman/cliconfig/config.go')
-rw-r--r--cmd/podman/cliconfig/config.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/cliconfig/config.go b/cmd/podman/cliconfig/config.go
index a9032202f..702e20040 100644
--- a/cmd/podman/cliconfig/config.go
+++ b/cmd/podman/cliconfig/config.go
@@ -409,7 +409,6 @@ type RunlabelValues struct {
Opt2 string
Opt3 string
Quiet bool
- Pull bool
SignaturePolicy string
TlsVerify bool
}