|
@@ -87,7 +87,7 @@
|
|
|
"dockerfile": {"type": "string"},
|
|
"dockerfile": {"type": "string"},
|
|
|
"args": {"$ref": "#/definitions/list_or_dict"},
|
|
"args": {"$ref": "#/definitions/list_or_dict"},
|
|
|
"labels": {"$ref": "#/definitions/list_or_dict"},
|
|
"labels": {"$ref": "#/definitions/list_or_dict"},
|
|
|
- "cache_from": {"$ref": "#/definitions/list_of_strings"},
|
|
|
|
|
|
|
+ "cache_from": {"type": "array", "items": {"type": "string"}},
|
|
|
"network": {"type": "string"},
|
|
"network": {"type": "string"},
|
|
|
"target": {"type": "string"},
|
|
"target": {"type": "string"},
|
|
|
"shm_size": {"type": ["integer", "string"]},
|
|
"shm_size": {"type": ["integer", "string"]},
|