From c0f77daf6506bb1a6ce22498dc777ad44a2ecae7 Mon Sep 17 00:00:00 2001 From: Anatoly Laskaris Date: Fri, 15 Jul 2022 23:10:03 +0300 Subject: [PATCH] Do not install aqua-dht (#48) --- README.md | 11 +++++------ fluence/services.json | 5 ----- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index fa28127..8c5492f 100644 --- a/README.md +++ b/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) diff --git a/fluence/services.json b/fluence/services.json index 2a1e96f..3bd1962 100644 --- a/fluence/services.json +++ b/fluence/services.json @@ -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",