From ac3cd213dc172210db857db012ed81d0ee9b0d05 Mon Sep 17 00:00:00 2001 From: Josh Curl Date: Wed, 16 Nov 2016 10:06:13 -0800 Subject: [PATCH] Update schema --- config/schema.go | 3 ++- scripts/schema.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/schema.go b/config/schema.go index 8e7d9e6b..bd40a627 100644 --- a/config/schema.go +++ b/config/schema.go @@ -131,7 +131,8 @@ var schema = `{ "restart": {"type": ["boolean", "null"]}, "selinux_enabled": {"type": ["boolean", "null"]}, "storage_driver": {"type": "string"}, - "userland_proxy": {"type": ["boolean", "null"]} + "userland_proxy": {"type": ["boolean", "null"]}, + "insecure_registry": {"$ref": "#/definitions/list_of_strings"} } }, diff --git a/scripts/schema.json b/scripts/schema.json index 022505cc..e06393c2 100644 --- a/scripts/schema.json +++ b/scripts/schema.json @@ -129,7 +129,8 @@ "restart": {"type": ["boolean", "null"]}, "selinux_enabled": {"type": ["boolean", "null"]}, "storage_driver": {"type": "string"}, - "userland_proxy": {"type": ["boolean", "null"]} + "userland_proxy": {"type": ["boolean", "null"]}, + "insecure_registry": {"$ref": "#/definitions/list_of_strings"} } },