Merge pull request #775 from q384566678/rootfs-enum

schema: Add enumeration to rootfsPropagation values
This commit is contained in:
Mrunal Patel
2017-04-26 15:59:09 -07:00
committed by GitHub
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -225,7 +225,7 @@
},
"rootfsPropagation": {
"id": "https://opencontainers.org/schema/bundle/linux/rootfsPropagation",
"type": "string"
"$ref": "defs-linux.json#/definitions/RootfsPropagation"
},
"seccomp": {
"id": "https://opencontainers.org/schema/bundle/linux/seccomp",
+9
View File
@@ -1,5 +1,14 @@
{
"definitions": {
"RootfsPropagation": {
"type": "string",
"enum": [
"private",
"shared",
"slave",
"unbindable"
]
},
"SeccompArch": {
"type": "string",
"enum": [