1
0

Bump GRS Core and c-lightning (#415)

* Bump GRS Core and c-lightning

* Use GRS gitlink
This commit is contained in:
gruve-p
2021-01-04 15:28:31 +01:00
committed by GitHub
parent 66f4379904
commit 530ccc67d7
5 changed files with 15 additions and 17 deletions

View File

@@ -463,7 +463,7 @@ namespace DockerFileBuildHelper
break;
case "docker-groestlcoin":
dockerInfo.DockerFilePath = $"groestlcoin/{image.Tag}/Dockerfile";
dockerInfo.GitLink = "https://github.com/NicolasDorier/docker-bitcoin";
dockerInfo.GitLink = "https://github.com/Groestlcoin/docker-groestlcoin";
dockerInfo.GitRef = "master";
break;
case "docker-viacoin":
@@ -560,7 +560,7 @@ namespace DockerFileBuildHelper
dockerInfo.GitLink = "https://github.com/apotdevin/thunderhub";
dockerInfo.GitRef = $"{image.Tag.Split('-')[1]}";
dockerInfo.SupportedByUs = false;
break;
break;
case "python-teos":
dockerInfo.DockerFilePath = $"docker/Dockerfile";
dockerInfo.DockerFilePathARM32v7 = $"docker/Dockerfile";

View File

@@ -298,14 +298,14 @@ cd - && cd ..
# Build lightning
# https://raw.githubusercontent.com/Groestlcoin/lightning/v0.9.0/Dockerfile
# https://raw.githubusercontent.com/Groestlcoin/lightning/v0.9.2/Dockerfile
DOCKERFILE="Dockerfile"
echo "Building groestlcoin/lightning:v0.9.0"
echo "Building groestlcoin/lightning:v0.9.2"
git clone https://github.com/Groestlcoin/lightning lightning
cd lightning
git checkout v0.9.0
git checkout v0.9.2
cd "$(dirname $DOCKERFILE)"
docker build -f "$DOCKERFILE" -t "groestlcoin/lightning:v0.9.0" .
docker build -f "$DOCKERFILE" -t "groestlcoin/lightning:v0.9.2" .
cd - && cd ..
@@ -358,14 +358,14 @@ cd - && cd ..
# Build docker-groestlcoin
# https://raw.githubusercontent.com/NicolasDorier/docker-bitcoin/master/groestlcoin/2.20.1/Dockerfile
DOCKERFILE="groestlcoin/2.20.1/Dockerfile"
echo "Building groestlcoin/docker-groestlcoin:2.20.1"
git clone https://github.com/NicolasDorier/docker-bitcoin docker-groestlcoin
# https://raw.githubusercontent.com/Groestlcoin/docker-groestlcoin/master/groestlcoin/2.21.0/Dockerfile
DOCKERFILE="groestlcoin/2.21.0/Dockerfile"
echo "Building groestlcoin/docker-groestlcoin:2.21.0"
git https://github.com/Groestlcoin/docker-groestlcoin docker-groestlcoin
cd docker-groestlcoin
git checkout master
cd "$(dirname $DOCKERFILE)"
docker build -f "$DOCKERFILE" -t "groestlcoin/docker-groestlcoin:2.20.1" .
docker build -f "$DOCKERFILE" -t "groestlcoin/docker-groestlcoin:2.21.0" .
cd - && cd ..
@@ -841,5 +841,3 @@ git checkout master
cd "$(dirname $DOCKERFILE)"
docker build -f "$DOCKERFILE" -t "romanornr/docker-viacoin:0.15.2" .
cd - && cd ..