From d52a4dc2d48e0c660fea1449e9d24aa4acf5fe8a Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 6 Jan 2020 17:00:21 -0500 Subject: Fix podman-remote info to show registry data Signed-off-by: Daniel J Walsh --- cmd/podman/varlink/io.podman.varlink | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'cmd') diff --git a/cmd/podman/varlink/io.podman.varlink b/cmd/podman/varlink/io.podman.varlink index 1bacd2de6..ec984b535 100644 --- a/cmd/podman/varlink/io.podman.varlink +++ b/cmd/podman/varlink/io.podman.varlink @@ -245,6 +245,13 @@ type InfoGraphStatus ( supports_d_type: string ) +# InfoRegistry describes the host's registry information +type InfoRegistry ( + search: []string, + insecure: []string, + blocked: []string +) + # InfoStore describes the host's storage informatoin type InfoStore ( containers: int, @@ -267,8 +274,7 @@ type InfoPodmanBinary ( # PodmanInfo describes the Podman host and build type PodmanInfo ( host: InfoHost, - registries: []string, - insecure_registries: []string, + registries: InfoRegistry, store: InfoStore, podman: InfoPodmanBinary ) -- cgit v1.2.3-54-g00ecf