|
@ -98,6 +98,18 @@ docker build -f "$DOCKERFILE" -t "btcpayserver/bitcoin:0.17.0" . |
|
|
cd - && cd .. |
|
|
cd - && cd .. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Build docker-bitcore |
|
|
|
|
|
# https://raw.githubusercontent.com/dalijolijo/btcpayserver-docker-bitcore/master/btx-debian/Dockerfile |
|
|
|
|
|
DOCKERFILE="btx-debian/Dockerfile" |
|
|
|
|
|
echo "Building dalijolijo/docker-bitcore:0.15.2" |
|
|
|
|
|
git clone https://github.com/dalijolijo/btcpayserver-docker-bitcore docker-bitcore |
|
|
|
|
|
cd docker-bitcore |
|
|
|
|
|
git checkout master |
|
|
|
|
|
cd "$(dirname $DOCKERFILE)" |
|
|
|
|
|
docker build -f "$DOCKERFILE" -t "dalijolijo/docker-bitcore:0.15.2" . |
|
|
|
|
|
cd - && cd .. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Build btcpayserver |
|
|
# Build btcpayserver |
|
|
# https://raw.githubusercontent.com/btcpayserver/btcpayserver/v1.0.3.23/Dockerfile.linuxamd64 |
|
|
# https://raw.githubusercontent.com/btcpayserver/btcpayserver/v1.0.3.23/Dockerfile.linuxamd64 |
|
|
DOCKERFILE="Dockerfile.linuxamd64" |
|
|
DOCKERFILE="Dockerfile.linuxamd64" |
|
@ -197,16 +209,16 @@ cd - && cd .. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Build nbxplorer |
|
|
# Build nbxplorer |
|
|
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.0.0.1/Dockerfile.linuxamd64 |
|
|
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.0.0.2/Dockerfile.linuxamd64 |
|
|
DOCKERFILE="Dockerfile.linuxamd64" |
|
|
DOCKERFILE="Dockerfile.linuxamd64" |
|
|
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.0.0.1/Dockerfile.linuxarm32v7 |
|
|
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.0.0.2/Dockerfile.linuxarm32v7 |
|
|
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="Dockerfile.linuxarm32v7" |
|
|
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="Dockerfile.linuxarm32v7" |
|
|
echo "Building nicolasdorier/nbxplorer:2.0.0.1" |
|
|
echo "Building nicolasdorier/nbxplorer:2.0.0.2" |
|
|
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.1 |
|
|
git checkout v2.0.0.2 |
|
|
cd "$(dirname $DOCKERFILE)" |
|
|
cd "$(dirname $DOCKERFILE)" |
|
|
docker build -f "$DOCKERFILE" -t "nicolasdorier/nbxplorer:2.0.0.1" . |
|
|
docker build -f "$DOCKERFILE" -t "nicolasdorier/nbxplorer:2.0.0.2" . |
|
|
cd - && cd .. |
|
|
cd - && cd .. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|