This commit is contained in:
Jean-Yves 2026-02-02 23:56:20 +01:00 committed by GitHub
commit ff8c993ba6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 70 additions and 2 deletions

View file

@ -9,13 +9,13 @@
"items": {
"type": "object",
"additionalProperties": false,
"minProperties": 2,
"minProperties": 3,
"required": ["image", "container_name", "image_tag"],
"properties": {
"image": {
"type": "string",
"minLength": 1,
"pattern": "^(ghcr.io/)?[a-z0-9/-]+$"
"pattern": "^(ghcr.io/)?[a-z0-9_-]+/[a-z0-9_-]+$"
},
"expose": {
"type": "array",