lcr/0004-remove-unused-daemon-config-args.patch
Neil.wrz c2ed99703e handle security warning and modify schema
Signed-off-by: Neil.wrz <wangrunze13@huawei.com>
2022-12-16 19:13:40 -08:00

31 lines
901 B
Diff

From 0faebe9d8ff1ddcd3982b7bbd9f8d2078c3e5a29 Mon Sep 17 00:00:00 2001
From: zhangxiaoyu <zhangxiaoyu58@huawei.com>
Date: Tue, 6 Sep 2022 18:48:28 +0800
Subject: [PATCH 4/9] remove unused daemon config args
Signed-off-by: zhangxiaoyu <zhangxiaoyu58@huawei.com>
---
src/json/schema/isulad-daemon-configs.json | 6 ------
1 file changed, 6 deletions(-)
diff --git a/src/json/schema/isulad-daemon-configs.json b/src/json/schema/isulad-daemon-configs.json
index 1329ab07..1332a73f 100644
--- a/src/json/schema/isulad-daemon-configs.json
+++ b/src/json/schema/isulad-daemon-configs.json
@@ -85,12 +85,6 @@
"pod-sandbox-image": {
"type": "string"
},
- "image_service": {
- "type": "boolean"
- },
- "rootfsmntdir": {
- "type": "string"
- },
"network-plugin": {
"type": "string"
},
--
2.25.1