lcr/0003-add-self-def-runtime-for-shimv2.patch

28 lines
848 B
Diff
Raw Normal View History

From 456e7da83acd8e5ad6d478d41d5f6e81c5611964 Mon Sep 17 00:00:00 2001
From: gaohuatao <gaohuatao@huawei.com>
Date: Tue, 16 Nov 2021 11:35:11 +0800
Subject: [PATCH 3/4] add self def runtime for shimv2
Signed-off-by: gaohuatao <gaohuatao@huawei.com>
---
src/json/schema/isulad-daemon-constants.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/json/schema/isulad-daemon-constants.json b/src/json/schema/isulad-daemon-constants.json
index bb601b5..7c03a6e 100644
--- a/src/json/schema/isulad-daemon-constants.json
+++ b/src/json/schema/isulad-daemon-constants.json
@@ -7,6 +7,9 @@
},
"registry-transformation": {
"$ref": "defs.json#/definitions/mapStringString"
+ },
+ "cri-shimv2-runtimes": {
+ "$ref": "defs.json#/definitions/mapStringString"
}
}
}
--
2.20.1