bump btcpay
This commit is contained in:
@@ -242,18 +242,18 @@ cd - && cd ..
|
||||
|
||||
|
||||
# Build btcpayserver
|
||||
# https://raw.githubusercontent.com/btcpayserver/btcpayserver/v1.6.6/amd64.Dockerfile
|
||||
# https://raw.githubusercontent.com/btcpayserver/btcpayserver/v1.6.7/amd64.Dockerfile
|
||||
DOCKERFILE="amd64.Dockerfile"
|
||||
# https://raw.githubusercontent.com/btcpayserver/btcpayserver/v1.6.6/arm32v7.Dockerfile
|
||||
# https://raw.githubusercontent.com/btcpayserver/btcpayserver/v1.6.7/arm32v7.Dockerfile
|
||||
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="arm32v7.Dockerfile"
|
||||
# https://raw.githubusercontent.com/btcpayserver/btcpayserver/v1.6.6/arm64v8.Dockerfile
|
||||
# https://raw.githubusercontent.com/btcpayserver/btcpayserver/v1.6.7/arm64v8.Dockerfile
|
||||
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="arm64v8.Dockerfile"
|
||||
echo "Building btcpayserver/btcpayserver:1.6.6$<BTCPAY_BUILD_CONFIGURATION>?"
|
||||
echo "Building btcpayserver/btcpayserver:1.6.7$<BTCPAY_BUILD_CONFIGURATION>?"
|
||||
git clone https://github.com/btcpayserver/btcpayserver btcpayserver
|
||||
cd btcpayserver
|
||||
git checkout v1.6.6
|
||||
git checkout v1.6.7
|
||||
cd "$(dirname $DOCKERFILE)"
|
||||
docker build -f "$DOCKERFILE" -t "btcpayserver/btcpayserver:1.6.6$<BTCPAY_BUILD_CONFIGURATION>?" .
|
||||
docker build -f "$DOCKERFILE" -t "btcpayserver/btcpayserver:1.6.7$<BTCPAY_BUILD_CONFIGURATION>?" .
|
||||
cd - && cd ..
|
||||
|
||||
|
||||
@@ -450,16 +450,26 @@ cd - && cd ..
|
||||
|
||||
|
||||
# Build monero
|
||||
# https://github.com/btcpayserver/dockerfile-deps/blob/master/Monero/0.18.0.0/linuxamd64.Dockerfile
|
||||
# https://raw.githubusercontent.com/btcpayserver/dockerfile-deps/Monero/0.18.0.0/Monero/0.18.0.0/linuxamd64.Dockerfile
|
||||
DOCKERFILE="Monero/0.18.0.0/linuxamd64.Dockerfile"
|
||||
# https://github.com/btcpayserver/dockerfile-deps/blob/master/Monero/0.18.0.0/linuxarm64v8.Dockerfile
|
||||
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Monero/0.18.0.0/linuxarm64v8.Dockerfile"
|
||||
echo "Building btcpayserver/monero:0.18.0.0"
|
||||
echo "Building btcpayserver/monero:0.18.0.0-amd64"
|
||||
git clone https://github.com/btcpayserver/dockerfile-deps monero
|
||||
cd monero
|
||||
git checkout Monero/0.18.0.0
|
||||
cd "$(dirname $DOCKERFILE)"
|
||||
docker build -f "$DOCKERFILE" -t "btcpayserver/monero:0.18.0.0" .
|
||||
docker build -f "$DOCKERFILE" -t "btcpayserver/monero:0.18.0.0-amd64" .
|
||||
cd - && cd ..
|
||||
|
||||
|
||||
# Build monero
|
||||
# https://raw.githubusercontent.com/btcpayserver/dockerfile-deps/Monero/0.18.0.0/Monero/0.18.0.0/linuxamd64.Dockerfile
|
||||
DOCKERFILE="Monero/0.18.0.0/linuxamd64.Dockerfile"
|
||||
echo "Building btcpayserver/monero:0.18.0.0-amd64"
|
||||
git clone https://github.com/btcpayserver/dockerfile-deps monero
|
||||
cd monero
|
||||
git checkout Monero/0.18.0.0
|
||||
cd "$(dirname $DOCKERFILE)"
|
||||
docker build -f "$DOCKERFILE" -t "btcpayserver/monero:0.18.0.0-amd64" .
|
||||
cd - && cd ..
|
||||
|
||||
|
||||
@@ -542,6 +552,10 @@ cd - && cd ..
|
||||
# Build lndhub
|
||||
# https://raw.githubusercontent.com/BlueWallet/LndHub/v1.4.1/Dockerfile
|
||||
DOCKERFILE="Dockerfile"
|
||||
# https://raw.githubusercontent.com/BlueWallet/LndHub/v1.4.1/Dockerfile
|
||||
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="Dockerfile"
|
||||
# https://raw.githubusercontent.com/BlueWallet/LndHub/v1.4.1/Dockerfile
|
||||
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Dockerfile"
|
||||
echo "Building bluewalletorganization/lndhub:v1.4.1"
|
||||
git clone https://github.com/BlueWallet/LndHub lndhub
|
||||
cd lndhub
|
||||
@@ -721,7 +735,7 @@ DOCKERFILE="Dockerfile"
|
||||
echo "Building fireflyiii/core:latest"
|
||||
git clone https://dev.azure.com/Firefly-III/_git/MainImage core
|
||||
cd core
|
||||
git checkout
|
||||
git checkout
|
||||
cd "$(dirname $DOCKERFILE)"
|
||||
docker build -f "$DOCKERFILE" -t "fireflyiii/core:latest" .
|
||||
cd - && cd ..
|
||||
@@ -786,6 +800,8 @@ cd - && cd ..
|
||||
# Build lightning-terminal
|
||||
# https://raw.githubusercontent.com/lightninglabs/lightning-terminal/v0.6.7-alpha/Dockerfile
|
||||
DOCKERFILE="Dockerfile"
|
||||
# https://raw.githubusercontent.com/lightninglabs/lightning-terminal/v0.6.7-alpha/Dockerfile
|
||||
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Dockerfile"
|
||||
echo "Building lightninglabs/lightning-terminal:v0.6.7-alpha-path-prefix"
|
||||
git clone https://github.com/lightninglabs/lightning-terminal lightning-terminal
|
||||
cd lightning-terminal
|
||||
@@ -846,6 +862,10 @@ cd - && cd ..
|
||||
# Build sphinx-relay
|
||||
# https://raw.githubusercontent.com/stakwork/sphinx-relay/v2.2.9/Dockerfile
|
||||
DOCKERFILE="Dockerfile"
|
||||
# https://raw.githubusercontent.com/stakwork/sphinx-relay/v2.2.9/Dockerfile
|
||||
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="Dockerfile"
|
||||
# https://raw.githubusercontent.com/stakwork/sphinx-relay/v2.2.9/Dockerfile
|
||||
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Dockerfile"
|
||||
echo "Building sphinxlightning/sphinx-relay:v2.2.9"
|
||||
git clone https://github.com/stakwork/sphinx-relay sphinx-relay
|
||||
cd sphinx-relay
|
||||
@@ -1137,3 +1157,5 @@ 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