mirror of
https://github.com/fluencelabs/node-distro
synced 2025-04-24 23:12:13 +00:00
Do not install aqua-dht (#48)
This commit is contained in:
parent
a178ae33a1
commit
c0f77daf65
11
README.md
11
README.md
@ -6,18 +6,17 @@ Currently provides Network Dashboard as a side-car.
|
||||
|
||||
## Image tags
|
||||
|
||||
| Container flavor | IPFS daemon | services | binaries |
|
||||
| ---------------- | ----------- | ------------------------------------------ | ------------------------------------------ |
|
||||
| minimal | ❌ | aqua-ipfs, aqua-dht, trust-graph, registry | curl |
|
||||
| ipfs | ✅ | aqua-ipfs, aqua-dht, trust-graph, registry | curl, ipfs |
|
||||
| rich | ✅ | aqua-ipfs, aqua-dht, trust-graph, registry | curl, ipfs, ceramic, bitcoin cli, geth cli |
|
||||
| Container flavor | IPFS daemon | services | binaries |
|
||||
| ---------------- | ----------- | -------------------------------- | ------------------------------------------ |
|
||||
| minimal | ❌ | aqua-ipfs, trust-graph, registry | curl |
|
||||
| ipfs | ✅ | aqua-ipfs, trust-graph, registry | curl, ipfs |
|
||||
| rich | ✅ | aqua-ipfs, trust-graph, registry | curl, ipfs, ceramic, bitcoin cli, geth cli |
|
||||
|
||||
### minimal
|
||||
|
||||
Contains Fluence Node itself and some builtin services:
|
||||
|
||||
- [aqua-ipfs](https://github.com/fluencelabs/aqua-ipfs)
|
||||
- aqua-dht
|
||||
- [trust-graph](https://github.com/fluencelabs/trust-graph)
|
||||
- [registry](https://github.com/fluencelabs/registry)
|
||||
|
||||
|
@ -4,11 +4,6 @@
|
||||
"url": "https://github.com/fluencelabs/aqua-ipfs/releases/download/v0.5.5/aqua-ipfs.tar.gz",
|
||||
"sha256": "b1050e265f6382d476e9a8f615cfd882ed45e6edbca3df7355599bc94910fefd"
|
||||
},
|
||||
"aqua-dht": {
|
||||
"version": "v0.2.9",
|
||||
"url": "https://github.com/fluencelabs/registry/releases/download/v0.2.9/aqua-dht.tar.gz",
|
||||
"sha256": "89addb7b2d2089340bccec8d90474d284cf2d70d4e043fa85c47f274e6cb206d"
|
||||
},
|
||||
"trust-graph": {
|
||||
"version": "v3.0.4",
|
||||
"url": "https://github.com/fluencelabs/trust-graph/releases/download/v3.0.4/trust-graph.tar.gz",
|
||||
|
Loading…
x
Reference in New Issue
Block a user