Bump GRS Core and c-lightning (#415)
* Bump GRS Core and c-lightning * Use GRS gitlink
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 ..
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user