mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 14:13:58 +08:00
Merge pull request #775 from q384566678/rootfs-enum
schema: Add enumeration to rootfsPropagation values
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
{
|
||||
"definitions": {
|
||||
"RootfsPropagation": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"private",
|
||||
"shared",
|
||||
"slave",
|
||||
"unbindable"
|
||||
]
|
||||
},
|
||||
"SeccompArch": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
|
||||
Reference in New Issue
Block a user