Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/registry-facade/example-config.json
2492 views
1
{
2
"dockerAuth": "/home/gitpod/.docker/config.json",
3
"registry": {
4
"port": 9090,
5
"staticLayer": [
6
{
7
"type": "file",
8
"ref": "example-layer.tar.gz"
9
}
10
],
11
"store": "/tmp/store",
12
"requireAuth": false,
13
"fixedSpecFN": "example-spec.json",
14
"ipfs": {
15
"enabled": true,
16
"redis": {
17
"singleHostAddr": "localhost:6379"
18
},
19
"ipfs": "/ip4/127.0.0.1/tcp/5001"
20
}
21
},
22
"blobserve": {
23
"port": 8081,
24
"timeout": "5s",
25
"repos": {
26
"eu.gcr.io/gitpod-core-dev/build/theia-ide": {
27
"prePull": ["master.28"],
28
"workdir": "/theia/node_modules/@gitpod/gitpod-ide/lib"
29
}
30
},
31
"blobSpace": {
32
"location": "/tmp/bs",
33
"maxSizeBytes": 44631060
34
}
35
},
36
"pprofAddr": ":6060"
37
}
38