bump RTL for eclair and LND

This commit is contained in:
nicolas.dorier 2023-06-27 09:05:13 +09:00
parent 5a1b11f594
commit 20364b34a9
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
3 changed files with 14 additions and 14 deletions

View File

@ -154,18 +154,18 @@ cd - && cd ..
# Build rtl
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.3/dockerfiles/Dockerfile
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.14.0/dockerfiles/Dockerfile
DOCKERFILE="dockerfiles/Dockerfile"
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.3/dockerfiles/Dockerfile.arm32v7
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.14.0/dockerfiles/Dockerfile.arm32v7
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="dockerfiles/Dockerfile.arm32v7"
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.3/dockerfiles/Dockerfile.arm64v8
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.14.0/dockerfiles/Dockerfile.arm64v8
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="dockerfiles/Dockerfile.arm64v8"
echo "Building shahanafarooqui/rtl:0.13.3"
echo "Building shahanafarooqui/rtl:0.14.0"
git clone https://github.com/Ride-The-Lightning/RTL rtl
cd rtl
git checkout v0.13.3
git checkout v0.14.0
cd "$(dirname $DOCKERFILE)"
docker build -f "$DOCKERFILE" -t "shahanafarooqui/rtl:0.13.3" .
docker build -f "$DOCKERFILE" -t "shahanafarooqui/rtl:0.14.0" .
cd - && cd ..
@ -186,18 +186,18 @@ cd - && cd ..
# Build rtl
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.3/dockerfiles/Dockerfile
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.14.0/dockerfiles/Dockerfile
DOCKERFILE="dockerfiles/Dockerfile"
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.3/dockerfiles/Dockerfile.arm32v7
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.14.0/dockerfiles/Dockerfile.arm32v7
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="dockerfiles/Dockerfile.arm32v7"
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.3/dockerfiles/Dockerfile.arm64v8
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.14.0/dockerfiles/Dockerfile.arm64v8
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="dockerfiles/Dockerfile.arm64v8"
echo "Building shahanafarooqui/rtl:0.13.3"
echo "Building shahanafarooqui/rtl:0.14.0"
git clone https://github.com/Ride-The-Lightning/RTL rtl
cd rtl
git checkout v0.13.3
git checkout v0.14.0
cd "$(dirname $DOCKERFILE)"
docker build -f "$DOCKERFILE" -t "shahanafarooqui/rtl:0.13.3" .
docker build -f "$DOCKERFILE" -t "shahanafarooqui/rtl:0.14.0" .
cd - && cd ..

View File

@ -40,7 +40,7 @@ services:
- bitcoind
bitcoin_rtl:
image: shahanafarooqui/rtl:0.13.3
image: shahanafarooqui/rtl:0.14.0
restart: unless-stopped
environment:
LN_IMPLEMENTATION: ECL

View File

@ -46,7 +46,7 @@ services:
- bitcoind
bitcoin_rtl:
image: shahanafarooqui/rtl:0.13.3
image: shahanafarooqui/rtl:0.14.0
restart: unless-stopped
environment:
LND_SERVER_URL: http://lnd_bitcoin:8080/v1