org.osbuild.bind
Bind mount service
Can (r)bind mount mounts to the tree.
Schema 1
{}
Schema 2
{
"additionalProperties": false,
"required": [
"name",
"type",
"target"
],
"properties": {
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"target": {
"type": "string",
"pattern": "^tree://"
},
"options": {
"required": [
"source"
],
"source": {
"type": "string",
"pattern": "^mount://"
}
}
}
}