1
0

Bump GRS Core and c-lightning (#484)

* Bump GRS Core and c-lightning

* Update eclair
This commit is contained in:
gruve-p
2021-05-26 06:27:59 +02:00
committed by GitHub
parent ece80920ee
commit 72ca972f0b
5 changed files with 17 additions and 19 deletions

View File

@@ -316,12 +316,12 @@ cd - && cd ..
# Build lightning
# https://raw.githubusercontent.com/Groestlcoin/lightning/v0.9.2/Dockerfile
DOCKERFILE="Dockerfile"
echo "Building groestlcoin/lightning:v0.9.2"
echo "Building groestlcoin/lightning:v0.10.0"
git clone https://github.com/Groestlcoin/lightning lightning
cd lightning
git checkout v0.9.2
git checkout v0.10.0
cd "$(dirname $DOCKERFILE)"
docker build -f "$DOCKERFILE" -t "groestlcoin/lightning:v0.9.2" .
docker build -f "$DOCKERFILE" -t "groestlcoin/lightning:v0.10.0" .
cd - && cd ..
@@ -350,14 +350,14 @@ cd - && cd ..
# Build eclair
# https://raw.githubusercontent.com/Groestlcoin/eclair/v0.3.3/Dockerfile
# https://raw.githubusercontent.com/Groestlcoin/eclair/v0.6.0/Dockerfile
DOCKERFILE="Dockerfile"
echo "Building groestlcoin/eclair:v0.3.3"
echo "Building groestlcoin/eclair:v0.6.0"
git clone https://github.com/Groestlcoin/eclair eclair
cd eclair
git checkout v0.3.3
git checkout v0.6.0
cd "$(dirname $DOCKERFILE)"
docker build -f "$DOCKERFILE" -t "groestlcoin/eclair:v0.3.3" .
docker build -f "$DOCKERFILE" -t "groestlcoin/eclair:v0.6.0" .
cd - && cd ..
@@ -374,14 +374,14 @@ cd - && cd ..
# Build 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"
# https://raw.githubusercontent.com/Groestlcoin/docker-groestlcoin/master/groestlcoin/2.21.1/Dockerfile
DOCKERFILE="groestlcoin/2.21.1/Dockerfile"
echo "Building groestlcoin/docker-groestlcoin:2.21.1"
git clone 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.21.0" .
docker build -f "$DOCKERFILE" -t "groestlcoin/docker-groestlcoin:2.21.1" .
cd - && cd ..
@@ -1009,5 +1009,3 @@ git checkout master
cd "$(dirname $DOCKERFILE)"
docker build -f "$DOCKERFILE" -t "romanornr/docker-viacoin:0.15.2" .
cd - && cd ..