From 9233bda4a8ce046564d44a83b30210fab759621c Mon Sep 17 00:00:00 2001
From: Brent Baude <bbaude@redhat.com>
Date: Fri, 8 May 2020 12:43:25 -0500
Subject: v2 podman search rootless

enable the search command for rootless

Signed-off-by: Brent Baude <bbaude@redhat.com>
---
 cmd/podman/images/search.go | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'cmd')

diff --git a/cmd/podman/images/search.go b/cmd/podman/images/search.go
index 640d497c3..ccac7e3fe 100644
--- a/cmd/podman/images/search.go
+++ b/cmd/podman/images/search.go
@@ -38,9 +38,6 @@ var (
 		Long:  searchDescription,
 		RunE:  imageSearch,
 		Args:  cobra.ExactArgs(1),
-		Annotations: map[string]string{
-			registry.ParentNSRequired: "",
-		},
 		Example: `podman search --filter=is-official --limit 3 alpine
   podman search registry.fedoraproject.org/  # only works with v2 registries
   podman search --format "table {{.Index}} {{.Name}}" registry.fedoraproject.org/fedora`,
-- 
cgit v1.2.3-54-g00ecf