Do not install aqua-dht (#48)

This commit is contained in:
Anatoly Laskaris 2022-07-15 23:10:03 +03:00 committed by GitHub
parent a178ae33a1
commit c0f77daf65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 11 deletions

View File

@ -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)

View File

@ -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",