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:
Alexander Larsson 2023-12-05 15:32:39 +01:00 committed by Michael Vogt
parent c5a353b718
commit 4c3a81033f

View file

@ -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"
}