org.osbuild.containers.storage.conf: Add transient_store option
This is used by the automotive project, but is also useful for edge.
This commit is contained in:
parent
c5a353b718
commit
4c3a81033f
1 changed files with 4 additions and 0 deletions
|
|
@ -46,6 +46,10 @@ SCHEMA = r"""
|
|||
"description": "container storage run directory.",
|
||||
"type": "string"
|
||||
},
|
||||
"transient_store": {
|
||||
"description": "Make the container store not persist across reboot.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"options": {
|
||||
"$ref": "#/definitions/storage-options"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue