From 852a76cc5cb441d3f8b4112281da4b0a51d27a2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Fri, 20 Oct 2023 17:22:33 +0200 Subject: [PATCH] stages/skopeo: document the defaults in the schema --- stages/org.osbuild.skopeo | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/stages/org.osbuild.skopeo b/stages/org.osbuild.skopeo index 4de5effc..10357d6d 100755 --- a/stages/org.osbuild.skopeo +++ b/stages/org.osbuild.skopeo @@ -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" } } },