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.
2 parents 138ad89 + a084798 commit 13895d6Copy full SHA for 13895d6
schema/config-linux.json
@@ -225,7 +225,7 @@
225
},
226
"rootfsPropagation": {
227
"id": "https://opencontainers.org/schema/bundle/linux/rootfsPropagation",
228
- "type": "string"
+ "$ref": "defs-linux.json#/definitions/RootfsPropagation"
229
230
"seccomp": {
231
"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