From a4b82c03d3f70ac0df712ec9100a59662e86b625 Mon Sep 17 00:00:00 2001 From: baude Date: Fri, 1 Mar 2019 08:57:01 -0600 Subject: 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 --- cmd/podman/cliconfig/config.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd/podman/cliconfig') 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 } -- cgit v1.2.3-54-g00ecf