|
@ -122,18 +122,18 @@ cd - && cd .. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Build lnd |
|
|
# Build lnd |
|
|
# https://raw.githubusercontent.com/btcpayserver/lnd/basedon-v0.7.1-beta/linuxamd64.Dockerfile |
|
|
# https://raw.githubusercontent.com/btcpayserver/lnd/basedon-v0.7.1-beta-withseed/linuxamd64.Dockerfile |
|
|
DOCKERFILE="linuxamd64.Dockerfile" |
|
|
DOCKERFILE="linuxamd64.Dockerfile" |
|
|
# https://raw.githubusercontent.com/btcpayserver/lnd/basedon-v0.7.1-beta/linuxarm32v7.Dockerfile |
|
|
# https://raw.githubusercontent.com/btcpayserver/lnd/basedon-v0.7.1-beta-withseed/linuxarm32v7.Dockerfile |
|
|
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="linuxarm32v7.Dockerfile" |
|
|
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="linuxarm32v7.Dockerfile" |
|
|
# https://raw.githubusercontent.com/btcpayserver/lnd/basedon-v0.7.1-beta/linuxarm64v8.Dockerfile |
|
|
# https://raw.githubusercontent.com/btcpayserver/lnd/basedon-v0.7.1-beta-withseed/linuxarm64v8.Dockerfile |
|
|
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="linuxarm64v8.Dockerfile" |
|
|
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="linuxarm64v8.Dockerfile" |
|
|
echo "Building btcpayserver/lnd:v0.7.1-beta" |
|
|
echo "Building btcpayserver/lnd:v0.7.1-beta-withseed" |
|
|
git clone https://github.com/btcpayserver/lnd lnd |
|
|
git clone https://github.com/btcpayserver/lnd lnd |
|
|
cd lnd |
|
|
cd lnd |
|
|
git checkout basedon-v0.7.1-beta |
|
|
git checkout basedon-v0.7.1-beta-withseed |
|
|
cd "$(dirname $DOCKERFILE)" |
|
|
cd "$(dirname $DOCKERFILE)" |
|
|
docker build -f "$DOCKERFILE" -t "btcpayserver/lnd:v0.7.1-beta" . |
|
|
docker build -f "$DOCKERFILE" -t "btcpayserver/lnd:v0.7.1-beta-withseed" . |
|
|
cd - && cd .. |
|
|
cd - && cd .. |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -194,16 +194,16 @@ cd - && cd .. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Build btcpayserver |
|
|
# Build btcpayserver |
|
|
# https://raw.githubusercontent.com/btcpayserver/btcpayserver/v1.0.3.137/amd64.Dockerfile |
|
|
# https://raw.githubusercontent.com/btcpayserver/btcpayserver/v1.0.3.138/amd64.Dockerfile |
|
|
DOCKERFILE="amd64.Dockerfile" |
|
|
DOCKERFILE="amd64.Dockerfile" |
|
|
# https://raw.githubusercontent.com/btcpayserver/btcpayserver/v1.0.3.137/arm32v7.Dockerfile |
|
|
# https://raw.githubusercontent.com/btcpayserver/btcpayserver/v1.0.3.138/arm32v7.Dockerfile |
|
|
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="arm32v7.Dockerfile" |
|
|
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="arm32v7.Dockerfile" |
|
|
echo "Building btcpayserver/btcpayserver:1.0.3.137" |
|
|
echo "Building btcpayserver/btcpayserver:1.0.3.138" |
|
|
git clone https://github.com/btcpayserver/btcpayserver btcpayserver |
|
|
git clone https://github.com/btcpayserver/btcpayserver btcpayserver |
|
|
cd btcpayserver |
|
|
cd btcpayserver |
|
|
git checkout v1.0.3.137 |
|
|
git checkout v1.0.3.138 |
|
|
cd "$(dirname $DOCKERFILE)" |
|
|
cd "$(dirname $DOCKERFILE)" |
|
|
docker build -f "$DOCKERFILE" -t "btcpayserver/btcpayserver:1.0.3.137" . |
|
|
docker build -f "$DOCKERFILE" -t "btcpayserver/btcpayserver:1.0.3.138" . |
|
|
cd - && cd .. |
|
|
cd - && cd .. |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -312,18 +312,18 @@ cd - && cd .. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Build lnd |
|
|
# Build lnd |
|
|
# https://raw.githubusercontent.com/btcpayserver/lnd/basedon-v0.7.1-beta/linuxamd64.Dockerfile |
|
|
# https://raw.githubusercontent.com/btcpayserver/lnd/basedon-v0.7.1-beta-withseed/linuxamd64.Dockerfile |
|
|
DOCKERFILE="linuxamd64.Dockerfile" |
|
|
DOCKERFILE="linuxamd64.Dockerfile" |
|
|
# https://raw.githubusercontent.com/btcpayserver/lnd/basedon-v0.7.1-beta/linuxarm32v7.Dockerfile |
|
|
# https://raw.githubusercontent.com/btcpayserver/lnd/basedon-v0.7.1-beta-withseed/linuxarm32v7.Dockerfile |
|
|
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="linuxarm32v7.Dockerfile" |
|
|
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="linuxarm32v7.Dockerfile" |
|
|
# https://raw.githubusercontent.com/btcpayserver/lnd/basedon-v0.7.1-beta/linuxarm64v8.Dockerfile |
|
|
# https://raw.githubusercontent.com/btcpayserver/lnd/basedon-v0.7.1-beta-withseed/linuxarm64v8.Dockerfile |
|
|
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="linuxarm64v8.Dockerfile" |
|
|
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="linuxarm64v8.Dockerfile" |
|
|
echo "Building btcpayserver/lnd:v0.7.1-beta" |
|
|
echo "Building btcpayserver/lnd:v0.7.1-beta-withseed" |
|
|
git clone https://github.com/btcpayserver/lnd lnd |
|
|
git clone https://github.com/btcpayserver/lnd lnd |
|
|
cd lnd |
|
|
cd lnd |
|
|
git checkout basedon-v0.7.1-beta |
|
|
git checkout basedon-v0.7.1-beta-withseed |
|
|
cd "$(dirname $DOCKERFILE)" |
|
|
cd "$(dirname $DOCKERFILE)" |
|
|
docker build -f "$DOCKERFILE" -t "btcpayserver/lnd:v0.7.1-beta" . |
|
|
docker build -f "$DOCKERFILE" -t "btcpayserver/lnd:v0.7.1-beta-withseed" . |
|
|
cd - && cd .. |
|
|
cd - && cd .. |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -378,18 +378,18 @@ cd - && cd .. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Build nbxplorer |
|
|
# Build nbxplorer |
|
|
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.0.0.62/Dockerfile.linuxamd64 |
|
|
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.0.0.66/Dockerfile.linuxamd64 |
|
|
DOCKERFILE="Dockerfile.linuxamd64" |
|
|
DOCKERFILE="Dockerfile.linuxamd64" |
|
|
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.0.0.62/Dockerfile.linuxarm32v7 |
|
|
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.0.0.66/Dockerfile.linuxarm32v7 |
|
|
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="Dockerfile.linuxarm32v7" |
|
|
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="Dockerfile.linuxarm32v7" |
|
|
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.0.0.62/Dockerfile.linuxarm64v8 |
|
|
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.0.0.66/Dockerfile.linuxarm64v8 |
|
|
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Dockerfile.linuxarm64v8" |
|
|
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Dockerfile.linuxarm64v8" |
|
|
echo "Building nicolasdorier/nbxplorer:2.0.0.62" |
|
|
echo "Building nicolasdorier/nbxplorer:2.0.0.66" |
|
|
git clone https://github.com/dgarage/nbxplorer nbxplorer |
|
|
git clone https://github.com/dgarage/nbxplorer nbxplorer |
|
|
cd nbxplorer |
|
|
cd nbxplorer |
|
|
git checkout v2.0.0.62 |
|
|
git checkout v2.0.0.66 |
|
|
cd "$(dirname $DOCKERFILE)" |
|
|
cd "$(dirname $DOCKERFILE)" |
|
|
docker build -f "$DOCKERFILE" -t "nicolasdorier/nbxplorer:2.0.0.62" . |
|
|
docker build -f "$DOCKERFILE" -t "nicolasdorier/nbxplorer:2.0.0.66" . |
|
|
cd - && cd .. |
|
|
cd - && cd .. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|