Merge pull request #734 from shin-/schema_35_build_shm_size

Add shm_size property to build configuration in Compose schema
This commit is contained in:
Sebastiaan van Stijn 2017-12-06 13:35:14 -08:00 committed by GitHub
commit 4a4db7f20c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@ -262,7 +262,8 @@
"nocopy": {"type": "boolean"}
}
}
}
},
"additionalProperties": false
}
],
"uniqueItems": true

View File

@ -296,7 +296,8 @@
"nocopy": {"type": "boolean"}
}
}
}
},
"additionalProperties": false
}
],
"uniqueItems": true

View File

@ -299,7 +299,8 @@
"nocopy": {"type": "boolean"}
}
}
}
},
"additionalProperties": false
}
],
"uniqueItems": true

View File

@ -87,7 +87,8 @@
"labels": {"$ref": "#/definitions/list_or_dict"},
"cache_from": {"$ref": "#/definitions/list_of_strings"},
"network": {"type": "string"},
"target": {"type": "string"}
"target": {"type": "string"},
"shm_size": {"type": ["integer", "string"]}
},
"additionalProperties": false
}
@ -300,7 +301,8 @@
"nocopy": {"type": "boolean"}
}
}
}
},
"additionalProperties": false
}
],
"uniqueItems": true