mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-10 05:27:07 +08:00
vendor: update compose-go to v1.19.0
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
21
vendor/github.com/compose-spec/compose-go/schema/compose-spec.json
generated
vendored
21
vendor/github.com/compose-spec/compose-go/schema/compose-spec.json
generated
vendored
@ -91,6 +91,7 @@
|
||||
"type": "object",
|
||||
|
||||
"properties": {
|
||||
"develop": {"$ref": "#/definitions/development"},
|
||||
"deploy": {"$ref": "#/definitions/deployment"},
|
||||
"annotations": {"$ref": "#/definitions/list_or_dict"},
|
||||
"attach": {"type": "boolean"},
|
||||
@ -463,6 +464,26 @@
|
||||
"additionalProperties": false,
|
||||
"patternProperties": {"^x-": {}}
|
||||
},
|
||||
"development": {
|
||||
"id": "#/definitions/development",
|
||||
"type": ["object", "null"],
|
||||
"properties": {
|
||||
"watch": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ignore": {"type": "array", "items": {"type": "string"}},
|
||||
"path": {"type": "string"},
|
||||
"action": {"type": "string", "enum": ["rebuild", "sync"]},
|
||||
"target": {"type": "string"}
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"patternProperties": {"^x-": {}}
|
||||
}
|
||||
}
|
||||
},
|
||||
"deployment": {
|
||||
"id": "#/definitions/deployment",
|
||||
"type": ["object", "null"],
|
||||
|
Reference in New Issue
Block a user