Add eclair for GRS and fix GRS LND (#269)
* Add eclair for GRS and fix GRS LND * Make eclair scripts executable * Make some missed scripts executable * Updated documentation and build all images script * Revert "Updated documentation and build all images script" This reverts commit 42ed8eae692c076baee638accd06c5543a40cc26. * Update Documentation and all build images * Revert "Make some missed scripts executable" This reverts commit fd0da4c52a5b36ff6140cc84ebf358a2535ab9b0. * Update Program.cs * Make build all images script executable again * run update-repo.sh
This commit is contained in:
@@ -325,6 +325,11 @@ namespace DockerFileBuildHelper
|
||||
dockerInfo.GitLink = "https://github.com/ACINQ/eclair";
|
||||
dockerInfo.GitRef = $"{image.Tag}";
|
||||
break;
|
||||
case "groestlcoin/eclair":
|
||||
dockerInfo.DockerFilePath = $"Dockerfile";
|
||||
dockerInfo.GitLink = "https://github.com/Groestlcoin/eclair";
|
||||
dockerInfo.GitRef = $"{image.Tag}";
|
||||
break;
|
||||
case "isso":
|
||||
dockerInfo.DockerFilePath = $"Dockerfile";
|
||||
dockerInfo.GitLink = "https://github.com/JeffVandrewJr/isso";
|
||||
|
||||
@@ -317,6 +317,18 @@ docker build -f "$DOCKERFILE" -t "groestlcoin/groestlcoin-spark:version-0.2.12"
|
||||
cd - && cd ..
|
||||
|
||||
|
||||
# Build eclair
|
||||
# https://raw.githubusercontent.com/Groestlcoin/eclair/v0.3.3/Dockerfile
|
||||
DOCKERFILE="Dockerfile"
|
||||
echo "Building groestlcoin/eclair:v0.3.3"
|
||||
git clone https://github.com/Groestlcoin/eclair eclair
|
||||
cd eclair
|
||||
git checkout v0.3.3
|
||||
cd "$(dirname $DOCKERFILE)"
|
||||
docker build -f "$DOCKERFILE" -t "groestlcoin/eclair:v0.3.3" .
|
||||
cd - && cd ..
|
||||
|
||||
|
||||
# Build lnd
|
||||
# https://raw.githubusercontent.com/Groestlcoin/lnd/v0.8.2-grs/Dockerfile
|
||||
DOCKERFILE="Dockerfile"
|
||||
@@ -765,5 +777,3 @@ git checkout master
|
||||
cd "$(dirname $DOCKERFILE)"
|
||||
docker build -f "$DOCKERFILE" -t "romanornr/docker-viacoin:0.15.2" .
|
||||
cd - && cd ..
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user