From ccc5bc167fa2c140e33963bb5cce99f40ff00281 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 5 Oct 2020 06:13:28 -0400 Subject: Attempt to turn on some more remote tests Signed-off-by: Daniel J Walsh --- cmd/podman/images/search.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cmd/podman/images/search.go') diff --git a/cmd/podman/images/search.go b/cmd/podman/images/search.go index c7f16a838..b8d989d65 100644 --- a/cmd/podman/images/search.go +++ b/cmd/podman/images/search.go @@ -86,11 +86,6 @@ func searchFlags(flags *pflag.FlagSet) { flags.BoolVar(&searchOptions.NoTrunc, "no-trunc", false, "Do not truncate the output") flags.StringVar(&searchOptions.Authfile, "authfile", auth.GetDefaultAuthFile(), "Path of the authentication file. Use REGISTRY_AUTH_FILE environment variable to override") flags.BoolVar(&searchOptions.TLSVerifyCLI, "tls-verify", true, "Require HTTPS and verify certificates when contacting registries") - - if registry.IsRemote() { - _ = flags.MarkHidden("authfile") - _ = flags.MarkHidden("tls-verify") - } } // imageSearch implements the command for searching images. -- cgit v1.2.3-54-g00ecf