mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
bump compose-go to v2.4.9
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:

committed by
CrazyMax

parent
00fdcd38ab
commit
bf95aa3dfa
13
vendor/github.com/compose-spec/compose-go/v2/schema/compose-spec.json
generated
vendored
13
vendor/github.com/compose-spec/compose-go/v2/schema/compose-spec.json
generated
vendored
@ -370,9 +370,10 @@
|
||||
"pre_stop": {"type": "array", "items": {"$ref": "#/definitions/service_hook"}},
|
||||
"privileged": {"type": ["boolean", "string"]},
|
||||
"profiles": {"$ref": "#/definitions/list_of_strings"},
|
||||
"pull_policy": {"type": "string", "enum": [
|
||||
"always", "never", "if_not_present", "build", "missing"
|
||||
]},
|
||||
"pull_policy": {"type": "string",
|
||||
"pattern": "always|never|build|if_not_present|missing|refresh|daily|weekly|every_([0-9]+[wdhms])+"
|
||||
},
|
||||
"pull_refresh_after": {"type": "string"},
|
||||
"read_only": {"type": ["boolean", "string"]},
|
||||
"restart": {"type": "string"},
|
||||
"runtime": {
|
||||
@ -490,7 +491,8 @@
|
||||
"type": "object",
|
||||
"required": ["path", "action"],
|
||||
"properties": {
|
||||
"ignore": {"type": "array", "items": {"type": "string"}},
|
||||
"ignore": {"$ref": "#/definitions/string_or_list"},
|
||||
"include": {"$ref": "#/definitions/string_or_list"},
|
||||
"path": {"type": "string"},
|
||||
"action": {"type": "string", "enum": ["rebuild", "sync", "restart", "sync+restart", "sync+exec"]},
|
||||
"target": {"type": "string"},
|
||||
@ -837,7 +839,8 @@
|
||||
"environment": {"$ref": "#/definitions/list_or_dict"}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"patternProperties": {"^x-": {}}
|
||||
"patternProperties": {"^x-": {}},
|
||||
"required": ["command"]
|
||||
},
|
||||
|
||||
"env_file": {
|
||||
|
Reference in New Issue
Block a user