From bfcd3ee57e7238dd211c3b3d69f7334b9aaeab25 Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 7 Sep 2023 14:26:42 +0200 Subject: [PATCH] require image_tag and add %AIO_CHANNEL% variable Signed-off-by: Simon L --- php/containers-schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/containers-schema.json b/php/containers-schema.json index d608895abbf6..9a4fae302e60 100644 --- a/php/containers-schema.json +++ b/php/containers-schema.json @@ -10,7 +10,7 @@ "type": "object", "additionalProperties": false, "minProperties": 2, - "required": ["image", "container_name"], + "required": ["image", "container_name", "image_tag"], "properties": { "image": { "type": "string", @@ -98,7 +98,7 @@ }, "image_tag": { "type": "string", - "pattern": "^[a-z0-9.-]+$" + "pattern": "^([a-z0-9.-]+|%AIO_CHANNEL%)$" }, "devices": { "type": "array",