stages/skopeo: document the defaults in the schema

This commit is contained in:
Ondřej Budai 2023-10-20 17:22:33 +02:00 committed by Michael Vogt
parent 9e612822d0
commit 852a76cc5c

View file

@ -27,11 +27,13 @@ SCHEMA_2 = r"""
},
"storage-path": {
"description": "Container storage location (default /var/lib/containers/storage).",
"type": "string"
"type": "string",
"default": "/var/lib/containers/storage"
},
"storage-driver": {
"description": "The container storage driver to use (default overlay).",
"type": "string"
"type": "string",
"default": "overlay"
}
}
},