|
|
@ -236,38 +236,38 @@ cd - && cd .. |
|
|
|
|
|
|
|
|
|
|
|
# Build lightning |
|
|
|
# https://raw.githubusercontent.com/Groestlcoin/lightning/v0.7.2/Dockerfile |
|
|
|
# https://raw.githubusercontent.com/Groestlcoin/lightning/v0.7.3/Dockerfile |
|
|
|
DOCKERFILE="Dockerfile" |
|
|
|
echo "Building groestlcoin/lightning:v0.7.2" |
|
|
|
echo "Building groestlcoin/lightning:v0.7.3" |
|
|
|
git clone https://github.com/Groestlcoin/lightning lightning |
|
|
|
cd lightning |
|
|
|
git checkout v0.7.2 |
|
|
|
git checkout v0.7.3 |
|
|
|
cd "$(dirname $DOCKERFILE)" |
|
|
|
docker build -f "$DOCKERFILE" -t "groestlcoin/lightning:v0.7.2" . |
|
|
|
docker build -f "$DOCKERFILE" -t "groestlcoin/lightning:v0.7.3" . |
|
|
|
cd - && cd .. |
|
|
|
|
|
|
|
|
|
|
|
# Build groestlcoin-lightning-charge |
|
|
|
# https://raw.githubusercontent.com/Groestlcoin/groestlcoin-lightning-charge/v0.4.9/Dockerfile |
|
|
|
# https://raw.githubusercontent.com/Groestlcoin/groestlcoin-lightning-charge/v0.4.11/Dockerfile |
|
|
|
DOCKERFILE="Dockerfile" |
|
|
|
echo "Building groestlcoin/groestlcoin-lightning-charge:version-0.4.9" |
|
|
|
echo "Building groestlcoin/groestlcoin-lightning-charge:version-0.4.11" |
|
|
|
git clone https://github.com/Groestlcoin/groestlcoin-lightning-charge groestlcoin-lightning-charge |
|
|
|
cd groestlcoin-lightning-charge |
|
|
|
git checkout v0.4.9 |
|
|
|
git checkout v0.4.11 |
|
|
|
cd "$(dirname $DOCKERFILE)" |
|
|
|
docker build -f "$DOCKERFILE" -t "groestlcoin/groestlcoin-lightning-charge:version-0.4.9" . |
|
|
|
docker build -f "$DOCKERFILE" -t "groestlcoin/groestlcoin-lightning-charge:version-0.4.11" . |
|
|
|
cd - && cd .. |
|
|
|
|
|
|
|
|
|
|
|
# Build groestlcoin-spark |
|
|
|
# https://raw.githubusercontent.com/Groestlcoin/groestlcoin-spark/v0.2.8/Dockerfile |
|
|
|
# https://raw.githubusercontent.com/Groestlcoin/groestlcoin-spark/v0.2.9/Dockerfile |
|
|
|
DOCKERFILE="Dockerfile" |
|
|
|
echo "Building groestlcoin/groestlcoin-spark:version-0.2.8" |
|
|
|
echo "Building groestlcoin/groestlcoin-spark:version-0.2.9" |
|
|
|
git clone https://github.com/Groestlcoin/groestlcoin-spark groestlcoin-spark |
|
|
|
cd groestlcoin-spark |
|
|
|
git checkout v0.2.8 |
|
|
|
git checkout v0.2.9 |
|
|
|
cd "$(dirname $DOCKERFILE)" |
|
|
|
docker build -f "$DOCKERFILE" -t "groestlcoin/groestlcoin-spark:version-0.2.8" . |
|
|
|
docker build -f "$DOCKERFILE" -t "groestlcoin/groestlcoin-spark:version-0.2.9" . |
|
|
|
cd - && cd .. |
|
|
|
|
|
|
|
|
|
|
|