nicolas.dorier
5 years ago
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
3 changed files with
8 additions and
8 deletions
-
README.md
-
contrib/build-all-images.sh
-
docker-compose-generator/docker-fragments/bitcoin-lnd.yml
|
@ -335,7 +335,7 @@ We are trying to update our dependencies to run on `arm32v7` and `x64` boards. H |
|
|
| viacoin.yml | romanornr/docker-viacoin | 0.15.2 | [✔️](https://raw.githubusercontent.com/viacoin/docker-viacoin/master/viacoin/0.15.2/docker-viacoin) | ️❌ | ️❌ | [Github](https://github.com/viacoin/docker-viacoin) - [DockerHub](https://hub.docker.com/r/romanornr/docker-viacoin) | |
|
|
| viacoin.yml | romanornr/docker-viacoin | 0.15.2 | [✔️](https://raw.githubusercontent.com/viacoin/docker-viacoin/master/viacoin/0.15.2/docker-viacoin) | ️❌ | ️❌ | [Github](https://github.com/viacoin/docker-viacoin) - [DockerHub](https://hub.docker.com/r/romanornr/docker-viacoin) | |
|
|
| bgold.yml | kamigawabul/docker-bitcoingold | 0.15.2 | [✔️](https://raw.githubusercontent.com/Vutov/docker-bitcoin/master/bitcoingold/0.15.2/Dockerfile) | ️❌ | ️❌ | [Github](https://github.com/Vutov/docker-bitcoin) - [DockerHub](https://hub.docker.com/r/kamigawabul/docker-bitcoingold) | |
|
|
| bgold.yml | kamigawabul/docker-bitcoingold | 0.15.2 | [✔️](https://raw.githubusercontent.com/Vutov/docker-bitcoin/master/bitcoingold/0.15.2/Dockerfile) | ️❌ | ️❌ | [Github](https://github.com/Vutov/docker-bitcoin) - [DockerHub](https://hub.docker.com/r/kamigawabul/docker-bitcoingold) | |
|
|
| bgold-lnd.yml | kamigawabul/btglnd | latest | [✔️](https://raw.githubusercontent.com/vutov/lnd/master/Dockerfile) | ️❌ | ️❌ | [Github](https://github.com/vutov/lnd) - [DockerHub](https://hub.docker.com/r/kamigawabul/btglnd) | |
|
|
| bgold-lnd.yml | kamigawabul/btglnd | latest | [✔️](https://raw.githubusercontent.com/vutov/lnd/master/Dockerfile) | ️❌ | ️❌ | [Github](https://github.com/vutov/lnd) - [DockerHub](https://hub.docker.com/r/kamigawabul/btglnd) | |
|
|
| bitcoin-lnd.yml | shahanafarooqui/rtl | 0.4.7 | [✔️](https://raw.githubusercontent.com/ShahanaFarooqui/RTL/v0.4.7/Dockerfile) | [✔️](https://raw.githubusercontent.com/ShahanaFarooqui/RTL/v0.4.7/Dockerfile.arm32v7) | [✔️](https://raw.githubusercontent.com/ShahanaFarooqui/RTL/v0.4.7/Dockerfile.arm64v8) | [Github](https://github.com/ShahanaFarooqui/RTL) - [DockerHub](https://hub.docker.com/r/shahanafarooqui/rtl) | |
|
|
| bitcoin-lnd.yml | shahanafarooqui/rtl | 0.5.1 | [✔️](https://raw.githubusercontent.com/ShahanaFarooqui/RTL/v0.5.1/Dockerfile) | [✔️](https://raw.githubusercontent.com/ShahanaFarooqui/RTL/v0.5.1/Dockerfile.arm32v7) | [✔️](https://raw.githubusercontent.com/ShahanaFarooqui/RTL/v0.5.1/Dockerfile.arm64v8) | [Github](https://github.com/ShahanaFarooqui/RTL) - [DockerHub](https://hub.docker.com/r/shahanafarooqui/rtl) | |
|
|
| bitcoinplus.yml | chekaz/docker-bitcoinplus | 2.7.0 | [✔️](https://raw.githubusercontent.com/ChekaZ/docker/master/bitcoinplus/2.7.0/Dockerfile) | ️❌ | ️❌ | [Github](https://github.com/ChekaZ/docker) - [DockerHub](https://hub.docker.com/r/chekaz/docker-bitcoinplus) | |
|
|
| bitcoinplus.yml | chekaz/docker-bitcoinplus | 2.7.0 | [✔️](https://raw.githubusercontent.com/ChekaZ/docker/master/bitcoinplus/2.7.0/Dockerfile) | ️❌ | ️❌ | [Github](https://github.com/ChekaZ/docker) - [DockerHub](https://hub.docker.com/r/chekaz/docker-bitcoinplus) | |
|
|
|
|
|
|
|
|
# FAQ |
|
|
# FAQ |
|
|
|
@ -118,18 +118,18 @@ cd - && cd .. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Build rtl |
|
|
# Build rtl |
|
|
# https://raw.githubusercontent.com/ShahanaFarooqui/RTL/v0.4.7/Dockerfile |
|
|
# https://raw.githubusercontent.com/ShahanaFarooqui/RTL/v0.5.1/Dockerfile |
|
|
DOCKERFILE="Dockerfile" |
|
|
DOCKERFILE="Dockerfile" |
|
|
# https://raw.githubusercontent.com/ShahanaFarooqui/RTL/v0.4.7/Dockerfile.arm32v7 |
|
|
# https://raw.githubusercontent.com/ShahanaFarooqui/RTL/v0.5.1/Dockerfile.arm32v7 |
|
|
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="Dockerfile.arm32v7" |
|
|
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="Dockerfile.arm32v7" |
|
|
# https://raw.githubusercontent.com/ShahanaFarooqui/RTL/v0.4.7/Dockerfile.arm64v8 |
|
|
# https://raw.githubusercontent.com/ShahanaFarooqui/RTL/v0.5.1/Dockerfile.arm64v8 |
|
|
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Dockerfile.arm64v8" |
|
|
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Dockerfile.arm64v8" |
|
|
echo "Building shahanafarooqui/rtl:0.4.7" |
|
|
echo "Building shahanafarooqui/rtl:0.5.1" |
|
|
git clone https://github.com/ShahanaFarooqui/RTL rtl |
|
|
git clone https://github.com/ShahanaFarooqui/RTL rtl |
|
|
cd rtl |
|
|
cd rtl |
|
|
git checkout v0.4.7 |
|
|
git checkout v0.5.1 |
|
|
cd "$(dirname $DOCKERFILE)" |
|
|
cd "$(dirname $DOCKERFILE)" |
|
|
docker build -f "$DOCKERFILE" -t "shahanafarooqui/rtl:0.4.7" . |
|
|
docker build -f "$DOCKERFILE" -t "shahanafarooqui/rtl:0.5.1" . |
|
|
cd - && cd .. |
|
|
cd - && cd .. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -40,7 +40,7 @@ services: |
|
|
- bitcoind |
|
|
- bitcoind |
|
|
|
|
|
|
|
|
lnd_bitcoin_rtl: |
|
|
lnd_bitcoin_rtl: |
|
|
image: shahanafarooqui/rtl:0.4.7 |
|
|
image: shahanafarooqui/rtl:0.5.1 |
|
|
restart: unless-stopped |
|
|
restart: unless-stopped |
|
|
environment: |
|
|
environment: |
|
|
LND_SERVER_URL: http://lnd_bitcoin:8080/v1 |
|
|
LND_SERVER_URL: http://lnd_bitcoin:8080/v1 |
|
|