Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/image-builder-mk3/example-build.json
2492 views
1
{
2
"file": {
3
"source": {
4
"git": {
5
"remoteUri": "https://github.com/AlexTugarev/test.repo",
6
"targetMode": "REMOTE_BRANCH",
7
"cloneTaget": "good-workspace-image",
8
"config": {}
9
}
10
},
11
"dockerfilePath": ".gitpod.dockerfile",
12
"contextPath": "."
13
}
14
}
15