chore: bump version (#364)
This commit is contained in:
@@ -298,38 +298,38 @@ cd - && cd ..
|
||||
|
||||
|
||||
# Build lightning
|
||||
# https://raw.githubusercontent.com/Groestlcoin/lightning/v0.8.2/Dockerfile
|
||||
# https://raw.githubusercontent.com/Groestlcoin/lightning/v0.9.0/Dockerfile
|
||||
DOCKERFILE="Dockerfile"
|
||||
echo "Building groestlcoin/lightning:v0.8.2"
|
||||
echo "Building groestlcoin/lightning:v0.9.0"
|
||||
git clone https://github.com/Groestlcoin/lightning lightning
|
||||
cd lightning
|
||||
git checkout v0.8.2
|
||||
git checkout v0.9.0
|
||||
cd "$(dirname $DOCKERFILE)"
|
||||
docker build -f "$DOCKERFILE" -t "groestlcoin/lightning:v0.8.2" .
|
||||
docker build -f "$DOCKERFILE" -t "groestlcoin/lightning:v0.9.0" .
|
||||
cd - && cd ..
|
||||
|
||||
|
||||
# Build groestlcoin-lightning-charge
|
||||
# https://raw.githubusercontent.com/Groestlcoin/groestlcoin-lightning-charge/v0.4.19/Dockerfile
|
||||
# https://raw.githubusercontent.com/Groestlcoin/groestlcoin-lightning-charge/v0.4.22/Dockerfile
|
||||
DOCKERFILE="Dockerfile"
|
||||
echo "Building groestlcoin/groestlcoin-lightning-charge:version-0.4.19"
|
||||
echo "Building groestlcoin/groestlcoin-lightning-charge:version-0.4.22"
|
||||
git clone https://github.com/Groestlcoin/groestlcoin-lightning-charge groestlcoin-lightning-charge
|
||||
cd groestlcoin-lightning-charge
|
||||
git checkout v0.4.19
|
||||
git checkout v0.4.22
|
||||
cd "$(dirname $DOCKERFILE)"
|
||||
docker build -f "$DOCKERFILE" -t "groestlcoin/groestlcoin-lightning-charge:version-0.4.19" .
|
||||
docker build -f "$DOCKERFILE" -t "groestlcoin/groestlcoin-lightning-charge:version-0.4.22" .
|
||||
cd - && cd ..
|
||||
|
||||
|
||||
# Build groestlcoin-spark
|
||||
# https://raw.githubusercontent.com/Groestlcoin/groestlcoin-spark/v0.2.14/Dockerfile
|
||||
# https://raw.githubusercontent.com/Groestlcoin/groestlcoin-spark/v0.2.16/Dockerfile
|
||||
DOCKERFILE="Dockerfile"
|
||||
echo "Building groestlcoin/groestlcoin-spark:version-0.2.14"
|
||||
echo "Building groestlcoin/groestlcoin-spark:version-0.2.16"
|
||||
git clone https://github.com/Groestlcoin/groestlcoin-spark groestlcoin-spark
|
||||
cd groestlcoin-spark
|
||||
git checkout v0.2.14
|
||||
git checkout v0.2.16
|
||||
cd "$(dirname $DOCKERFILE)"
|
||||
docker build -f "$DOCKERFILE" -t "groestlcoin/groestlcoin-spark:version-0.2.14" .
|
||||
docker build -f "$DOCKERFILE" -t "groestlcoin/groestlcoin-spark:version-0.2.16" .
|
||||
cd - && cd ..
|
||||
|
||||
|
||||
@@ -358,14 +358,14 @@ cd - && cd ..
|
||||
|
||||
|
||||
# Build docker-groestlcoin
|
||||
# https://raw.githubusercontent.com/NicolasDorier/docker-bitcoin/master/groestlcoin/2.19.1/Dockerfile
|
||||
DOCKERFILE="groestlcoin/2.19.1/Dockerfile"
|
||||
echo "Building groestlcoin/docker-groestlcoin:2.19.1"
|
||||
# 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
|
||||
cd docker-groestlcoin
|
||||
git checkout master
|
||||
cd "$(dirname $DOCKERFILE)"
|
||||
docker build -f "$DOCKERFILE" -t "groestlcoin/docker-groestlcoin:2.19.1" .
|
||||
docker build -f "$DOCKERFILE" -t "groestlcoin/docker-groestlcoin:2.20.1" .
|
||||
cd - && cd ..
|
||||
|
||||
|
||||
@@ -672,18 +672,18 @@ cd - && cd ..
|
||||
|
||||
|
||||
# Build thunderhub
|
||||
# https://raw.githubusercontent.com/apotdevin/thunderhub/v0.9.3/Dockerfile
|
||||
# https://raw.githubusercontent.com/apotdevin/thunderhub/v0.9.8/Dockerfile
|
||||
DOCKERFILE="Dockerfile"
|
||||
# https://raw.githubusercontent.com/apotdevin/thunderhub/v0.9.3/arm32v7.Dockerfile
|
||||
# https://raw.githubusercontent.com/apotdevin/thunderhub/v0.9.8/arm32v7.Dockerfile
|
||||
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="arm32v7.Dockerfile"
|
||||
# https://raw.githubusercontent.com/apotdevin/thunderhub/v0.9.3/arm64v8.Dockerfile
|
||||
# https://raw.githubusercontent.com/apotdevin/thunderhub/v0.9.8/arm64v8.Dockerfile
|
||||
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="arm64v8.Dockerfile"
|
||||
echo "Building apotdevin/thunderhub:v0.9.3"
|
||||
echo "Building apotdevin/thunderhub:v0.9.8"
|
||||
git clone https://github.com/apotdevin/thunderhub thunderhub
|
||||
cd thunderhub
|
||||
git checkout v0.9.3
|
||||
git checkout v0.9.8
|
||||
cd "$(dirname $DOCKERFILE)"
|
||||
docker build -f "$DOCKERFILE" -t "apotdevin/thunderhub:v0.9.3" .
|
||||
docker build -f "$DOCKERFILE" -t "apotdevin/thunderhub:v0.9.8" .
|
||||
cd - && cd ..
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user