require image_tag and add %AIO_CHANNEL% variable

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-09-07 14:26:42 +02:00
parent 8e4678fe82
commit 6e17dec951
5 changed files with 22 additions and 5 deletions

View file

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