Skip to content

Commit

Permalink
core: Update azure.yaml.json for remoteBuild
Browse files Browse the repository at this point in the history
This adds the `remoteBuild` configuration knob which was added in

Fixes #4353
  • Loading branch information
ellismg committed Sep 19, 2024
1 parent ec85b9c commit 62ef58d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions schemas/alpha/azure.yaml.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,11 @@
"items": {
"type": "string"
}
},
"remoteBuild": {
"type": "boolean",
"title": "Optional. Whether to build the image remotely",
"description": "If set to true, the image will be built remotely using the Azure Container Registry remote build feature. If set to false, the image will be built locally using Docker."
}
}
},
Expand Down
5 changes: 5 additions & 0 deletions schemas/v1.0/azure.yaml.json
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,11 @@
"items": {
"type": "string"
}
},
"remoteBuild": {
"type": "boolean",
"title": "Optional. Whether to build the image remotely",
"description": "If set to true, the image will be built remotely using the Azure Container Registry remote build feature. If set to false, the image will be built locally using Docker."
}
}
},
Expand Down

0 comments on commit 62ef58d

Please sign in to comment.