Allow empty container options (#4208)

This commit is contained in:
eric sciple
2026-01-22 15:17:18 -06:00
committed by GitHub
parent 1df72a54ca
commit 5d4fb30d5b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -421,7 +421,7 @@
"mapping": {
"properties": {
"image": "string",
"options": "non-empty-string",
"options": "string",
"env": "container-env",
"ports": "sequence-of-non-empty-string",
"volumes": "sequence-of-non-empty-string",