Update nbx
This commit is contained in:
@@ -462,40 +462,40 @@ cd - && cd ..
|
||||
# Build monero
|
||||
# https://raw.githubusercontent.com/Kukks/monero-docker/x86_64/Dockerfile
|
||||
DOCKERFILE="Dockerfile"
|
||||
echo "Building btcpayserver/monero:0.17.2.0"
|
||||
echo "Building btcpayserver/monero:0.17.2.3"
|
||||
git clone https://github.com/Kukks/monero-docker monero
|
||||
cd monero
|
||||
git checkout x86_64
|
||||
cd "$(dirname $DOCKERFILE)"
|
||||
docker build -f "$DOCKERFILE" -t "btcpayserver/monero:0.17.2.0" .
|
||||
docker build -f "$DOCKERFILE" -t "btcpayserver/monero:0.17.2.3" .
|
||||
cd - && cd ..
|
||||
|
||||
|
||||
# Build monero
|
||||
# https://raw.githubusercontent.com/Kukks/monero-docker/x86_64/Dockerfile
|
||||
DOCKERFILE="Dockerfile"
|
||||
echo "Building btcpayserver/monero:0.17.2.0"
|
||||
echo "Building btcpayserver/monero:0.17.2.3"
|
||||
git clone https://github.com/Kukks/monero-docker monero
|
||||
cd monero
|
||||
git checkout x86_64
|
||||
cd "$(dirname $DOCKERFILE)"
|
||||
docker build -f "$DOCKERFILE" -t "btcpayserver/monero:0.17.2.0" .
|
||||
docker build -f "$DOCKERFILE" -t "btcpayserver/monero:0.17.2.3" .
|
||||
cd - && cd ..
|
||||
|
||||
|
||||
# Build nbxplorer
|
||||
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.2.7/Dockerfile.linuxamd64
|
||||
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.2.10/Dockerfile.linuxamd64
|
||||
DOCKERFILE="Dockerfile.linuxamd64"
|
||||
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.2.7/Dockerfile.linuxarm32v7
|
||||
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.2.10/Dockerfile.linuxarm32v7
|
||||
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="Dockerfile.linuxarm32v7"
|
||||
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.2.7/Dockerfile.linuxarm64v8
|
||||
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.2.10/Dockerfile.linuxarm64v8
|
||||
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Dockerfile.linuxarm64v8"
|
||||
echo "Building nicolasdorier/nbxplorer:2.2.7"
|
||||
echo "Building nicolasdorier/nbxplorer:2.2.10"
|
||||
git clone https://github.com/dgarage/nbxplorer nbxplorer
|
||||
cd nbxplorer
|
||||
git checkout v2.2.7
|
||||
git checkout v2.2.10
|
||||
cd "$(dirname $DOCKERFILE)"
|
||||
docker build -f "$DOCKERFILE" -t "nicolasdorier/nbxplorer:2.2.7" .
|
||||
docker build -f "$DOCKERFILE" -t "nicolasdorier/nbxplorer:2.2.10" .
|
||||
cd - && cd ..
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user