nicolas.dorier
6 years ago
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
3 changed files with
7 additions and
7 deletions
-
README.md
-
contrib/build-all-images.sh
-
docker-compose-generator/docker-fragments/nbxplorer.yml
|
|
@ -338,7 +338,7 @@ We are trying to update our dependencies to run on `arm32v7` and `x64` boards. H |
|
|
|
| litecoin-clightning.yml | btcpayserver/lightning | v0.7.0-3 | [✔️](https://raw.githubusercontent.com/btcpayserver/lightning/basedon-v0.7.0-3/Dockerfile) | [✔️](https://raw.githubusercontent.com/btcpayserver/lightning/basedon-v0.7.0-3/contrib/linuxarm32v7.Dockerfile) | [Github](https://github.com/btcpayserver/lightning) - [DockerHub](https://hub.docker.com/r/btcpayserver/lightning) | |
|
|
|
| litecoin-lnd.yml | btcpayserver/lnd | v0.6-beta | [✔️](https://raw.githubusercontent.com/btcpayserver/lnd/basedon-v0.6-beta/linuxamd64.Dockerfile) | [✔️](https://raw.githubusercontent.com/btcpayserver/lnd/basedon-v0.6-beta/linuxarm32v7.Dockerfile) | [Github](https://github.com/btcpayserver/lnd) - [DockerHub](https://hub.docker.com/r/btcpayserver/lnd) | |
|
|
|
| monacoin.yml | wakiyamap/docker-monacoin | 0.16.3 | [✔️](https://raw.githubusercontent.com/wakiyamap/docker-bitcoin/master/monacoin/0.16.3/Dockerfile) | ️❌ | [Github](https://github.com/wakiyamap/docker-bitcoin) - [DockerHub](https://hub.docker.com/r/wakiyamap/docker-monacoin) | |
|
|
|
| nbxplorer.yml | nicolasdorier/nbxplorer | 2.0.0.38 | [✔️](https://raw.githubusercontent.com/dgarage/nbxplorer/v2.0.0.38/Dockerfile.linuxamd64) | [✔️](https://raw.githubusercontent.com/dgarage/nbxplorer/v2.0.0.38/Dockerfile.linuxarm32v7) | [Github](https://github.com/dgarage/nbxplorer) - [DockerHub](https://hub.docker.com/r/nicolasdorier/nbxplorer) | |
|
|
|
| nbxplorer.yml | nicolasdorier/nbxplorer | 2.0.0.39 | [✔️](https://raw.githubusercontent.com/dgarage/nbxplorer/v2.0.0.39/Dockerfile.linuxamd64) | [✔️](https://raw.githubusercontent.com/dgarage/nbxplorer/v2.0.0.39/Dockerfile.linuxarm32v7) | [Github](https://github.com/dgarage/nbxplorer) - [DockerHub](https://hub.docker.com/r/nicolasdorier/nbxplorer) | |
|
|
|
| nginx.yml | nginx | latest | [✔️](https://raw.githubusercontent.com/nginxinc/docker-nginx/master/stable/stretch/Dockerfile) | [✔️](https://raw.githubusercontent.com/nginxinc/docker-nginx/master/stable/stretch/Dockerfile) | [Github](https://github.com/nginxinc/docker-nginx) - [DockerHub](https://hub.docker.com/_/nginx) | |
|
|
|
| nginx.yml | btcpayserver/docker-gen | 0.7.5 | [✔️](https://raw.githubusercontent.com/btcpayserver/docker-gen/v0.7.5/linuxamd64.Dockerfile) | [✔️](https://raw.githubusercontent.com/btcpayserver/docker-gen/v0.7.5/linuxarm32v7.Dockerfile) | [Github](https://github.com/btcpayserver/docker-gen) - [DockerHub](https://hub.docker.com/r/btcpayserver/docker-gen) | |
|
|
|
| nginx.yml | btcpayserver/letsencrypt-nginx-proxy-companion | 1.10.0 | [✔️](https://raw.githubusercontent.com/btcpayserver/docker-letsencrypt-nginx-proxy-companion/v1.10.0/linuxamd64.Dockerfile) | [✔️](https://raw.githubusercontent.com/btcpayserver/docker-letsencrypt-nginx-proxy-companion/v1.10.0/linuxarm32v7.Dockerfile) | [Github](https://github.com/btcpayserver/docker-letsencrypt-nginx-proxy-companion) - [DockerHub](https://hub.docker.com/r/btcpayserver/letsencrypt-nginx-proxy-companion) | |
|
|
|
|
|
@ -319,16 +319,16 @@ cd - && cd .. |
|
|
|
|
|
|
|
|
|
|
|
# Build nbxplorer |
|
|
|
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.0.0.38/Dockerfile.linuxamd64 |
|
|
|
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.0.0.39/Dockerfile.linuxamd64 |
|
|
|
DOCKERFILE="Dockerfile.linuxamd64" |
|
|
|
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.0.0.38/Dockerfile.linuxarm32v7 |
|
|
|
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.0.0.39/Dockerfile.linuxarm32v7 |
|
|
|
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="Dockerfile.linuxarm32v7" |
|
|
|
echo "Building nicolasdorier/nbxplorer:2.0.0.38" |
|
|
|
echo "Building nicolasdorier/nbxplorer:2.0.0.39" |
|
|
|
git clone https://github.com/dgarage/nbxplorer nbxplorer |
|
|
|
cd nbxplorer |
|
|
|
git checkout v2.0.0.38 |
|
|
|
git checkout v2.0.0.39 |
|
|
|
cd "$(dirname $DOCKERFILE)" |
|
|
|
docker build -f "$DOCKERFILE" -t "nicolasdorier/nbxplorer:2.0.0.38" . |
|
|
|
docker build -f "$DOCKERFILE" -t "nicolasdorier/nbxplorer:2.0.0.39" . |
|
|
|
cd - && cd .. |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -4,7 +4,7 @@ services: |
|
|
|
|
|
|
|
nbxplorer: |
|
|
|
restart: unless-stopped |
|
|
|
image: nicolasdorier/nbxplorer:2.0.0.38 |
|
|
|
image: nicolasdorier/nbxplorer:2.0.0.39 |
|
|
|
expose: |
|
|
|
- "32838" |
|
|
|
environment: |
|
|
|