lcr/0002-279-sanbox-del-containers-in-metadata.patch

28 lines
755 B
Diff
Raw Normal View History

From 0372a70a82a39b69e07b0953a9e7f1d25aa84ad0 Mon Sep 17 00:00:00 2001
From: liuxu <liuxu156@huawei.com>
Date: Wed, 8 Nov 2023 01:10:05 +0000
Subject: [PATCH 2/6] !279 sanbox:del containers in metadata * sanbox:del
containers in metadata
---
src/json/schema/sandbox/metadata.json | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/json/schema/sandbox/metadata.json b/src/json/schema/sandbox/metadata.json
index 56cc9e0..b3b6886 100644
--- a/src/json/schema/sandbox/metadata.json
+++ b/src/json/schema/sandbox/metadata.json
@@ -34,9 +34,6 @@
"networkReady": {
"type": "boolean"
},
- "containers": {
- "type": "ArrayOfStrings"
- },
"sandboxConfigJson": {
"type": "string"
}
--
2.33.0