We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b860409 commit 90be62fCopy full SHA for 90be62f
schema/config-linux.json
@@ -202,8 +202,7 @@
202
"id": "https://opencontainers.org/schema/bundle/linux/resources/cpu/shares",
203
"$ref": "defs.json#/definitions/uint64Pointer"
204
}
205
- },
206
- "type": "object"
+ }
207
},
208
"disableOOMKiller": {
209
"id": "https://opencontainers.org/schema/bundle/linux/resources/disableOOMKiller",
schema/defs.json
@@ -41,7 +41,7 @@
41
"minimum": 0,
42
"maximum": 18446744073709552000
43
44
- "intPointer" : {
+ "intPointer": {
45
"oneOf": [
46
{
47
"type": "integer"
0 commit comments