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 cfc95a5 commit a084798Copy full SHA for a084798
schema/config-linux.json
@@ -227,7 +227,7 @@
227
},
228
"rootfsPropagation": {
229
"id": "https://opencontainers.org/schema/bundle/linux/rootfsPropagation",
230
- "type": "string"
+ "$ref": "defs-linux.json#/definitions/RootfsPropagation"
231
232
"seccomp": {
233
"id": "https://opencontainers.org/schema/bundle/linux/seccomp",
schema/defs-linux.json
@@ -1,5 +1,14 @@
1
{
2
"definitions": {
3
+ "RootfsPropagation": {
4
+ "type": "string",
5
+ "enum": [
6
+ "private",
7
+ "shared",
8
+ "slave",
9
+ "unbindable"
10
+ ]
11
+ },
12
"SeccompArch": {
13
"type": "string",
14
"enum": [
0 commit comments