We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18965b0 + ec49ba1 commit fb76f47Copy full SHA for fb76f47
1 file changed
schema/config-schema.json
@@ -192,6 +192,11 @@
192
"items": {
193
"id": "https://opencontainers.org/schema/bundle/linux/rlimits/0",
194
"type": "object",
195
+ "required": [
196
+ "type",
197
+ "soft",
198
+ "hard"
199
+ ],
200
"properties": {
201
"hard": {
202
"id": "https://opencontainers.org/schema/bundle/linux/rlimits/0/hard",
@@ -225,7 +230,6 @@
225
230
"ociVersion",
226
231
"platform",
227
232
"process",
228
- "root",
229
- "mounts"
233
+ "root"
234
]
235
}
0 commit comments