From c50d83b7b81d42d5badcc80500dfcd20e4ac7412 Mon Sep 17 00:00:00 2001 From: Nicolas Dorier Date: Sat, 9 May 2026 18:41:05 +0900 Subject: [PATCH] bump litecoin --- README.md | 2 +- contrib/build-all-images.sh | 202 +++++++++--------- .../docker-fragments/litecoin.yml | 2 +- 3 files changed, 103 insertions(+), 103 deletions(-) diff --git a/README.md b/README.md index bbe22f96..6aaed9fa 100644 --- a/README.md +++ b/README.md @@ -384,7 +384,7 @@ Note that BTCPayServer developers will not spend excessive time testing your ima | groestlcoin/lnd | v0.10.0-grs | [✔️](https://raw.githubusercontent.com/Groestlcoin/lnd/v0.10.0-grs/Dockerfile) | ️❌ | ️❌ | [Github](https://github.com/Groestlcoin/lnd) - [DockerHub](https://hub.docker.com/r/groestlcoin/lnd) | | btcpayserver/groestlcoin | 25.0 | [✔️](https://raw.githubusercontent.com/btcpayserver/dockerfile-deps/Groestlcoin/25.0/Groestlcoin/25.0/linuxamd64.Dockerfile) | [✔️](https://raw.githubusercontent.com/btcpayserver/dockerfile-deps/Groestlcoin/25.0/Groestlcoin/25.0/linuxarm32v7.Dockerfile) | [✔️](https://raw.githubusercontent.com/btcpayserver/dockerfile-deps/Groestlcoin/25.0/Groestlcoin/25.0/linuxarm64v8.Dockerfile) | [Github](https://github.com/btcpayserver/dockerfile-deps) - [DockerHub](https://hub.docker.com/r/btcpayserver/groestlcoin) | | btcpayserver/elements | 23.2.3 | [✔️](https://raw.githubusercontent.com/btcpayserver/dockerfile-deps/Elements/23.2.3/Elements/23.2.3/linuxamd64.Dockerfile) | [✔️](https://raw.githubusercontent.com/btcpayserver/dockerfile-deps/Elements/23.2.3/Elements/23.2.3/linuxarm32v7.Dockerfile) | [✔️](https://raw.githubusercontent.com/btcpayserver/dockerfile-deps/Elements/23.2.3/Elements/23.2.3/linuxarm64v8.Dockerfile) | [Github](https://github.com/btcpayserver/dockerfile-deps) - [DockerHub](https://hub.docker.com/r/btcpayserver/elements) | -| btcpayserver/litecoin | 0.21.5.4 | [✔️](https://raw.githubusercontent.com/btcpayserver/dockerfile-deps/Litecoin/0.21.5.4/Litecoin/0.21.5.4/linuxamd64.Dockerfile) | [✔️](https://raw.githubusercontent.com/btcpayserver/dockerfile-deps/Litecoin/0.21.5.4/Litecoin/0.21.5.4/linuxarm32v7.Dockerfile) | [✔️](https://raw.githubusercontent.com/btcpayserver/dockerfile-deps/Litecoin/0.21.5.4/Litecoin/0.21.5.4/linuxarm64v8.Dockerfile) | [Github](https://github.com/btcpayserver/dockerfile-deps) - [DockerHub](https://hub.docker.com/r/btcpayserver/litecoin) | +| btcpayserver/litecoin | 0.21.5.5 | [✔️](https://raw.githubusercontent.com/btcpayserver/dockerfile-deps/Litecoin/0.21.5.5/Litecoin/0.21.5.5/linuxamd64.Dockerfile) | [✔️](https://raw.githubusercontent.com/btcpayserver/dockerfile-deps/Litecoin/0.21.5.5/Litecoin/0.21.5.5/linuxarm32v7.Dockerfile) | [✔️](https://raw.githubusercontent.com/btcpayserver/dockerfile-deps/Litecoin/0.21.5.5/Litecoin/0.21.5.5/linuxarm64v8.Dockerfile) | [Github](https://github.com/btcpayserver/dockerfile-deps) - [DockerHub](https://hub.docker.com/r/btcpayserver/litecoin) | | wakiyamap/docker-monacoin | 0.20.2 | [✔️](https://raw.githubusercontent.com/wakiyamap/docker-bitcoin/master/monacoin/0.20.2/Dockerfile) | ️❌ | ️❌ | [Github](https://github.com/wakiyamap/docker-bitcoin) - [DockerHub](https://hub.docker.com/r/wakiyamap/docker-monacoin) | | redis | 6.2.2-buster | [✔️](https://raw.githubusercontent.com/docker-library/redis/f1a8498333ae3ab340b5b39fbac1d7e1dc0d628c/5.0/Dockerfile) | ️❌ | ️❌ | [Github](https://github.com/docker-library/redis) - [DockerHub](https://hub.docker.com/_/redis) | | jvandrew/btcqbo | 0.3.36 | [✔️](https://raw.githubusercontent.com/JeffVandrewJr/btcqbo/v0.3.36/Dockerfile) | ️❌ | ️❌ | [Github](https://github.com/JeffVandrewJr/btcqbo) - [DockerHub](https://hub.docker.com/r/jvandrew/btcqbo) | diff --git a/contrib/build-all-images.sh b/contrib/build-all-images.sh index c45ed034..d250b38c 100644 --- a/contrib/build-all-images.sh +++ b/contrib/build-all-images.sh @@ -105,6 +105,38 @@ docker build -f "$DOCKERFILE" -t "shahanafarooqui/rtl:v0.15.4" . cd - && cd .. +# Build lnd +# https://raw.githubusercontent.com/btcpayserver/lnd/basedon-v0.19.3-beta-1/linuxamd64.Dockerfile +DOCKERFILE="linuxamd64.Dockerfile" +# https://raw.githubusercontent.com/btcpayserver/lnd/basedon-v0.19.3-beta-1/linuxarm32v7.Dockerfile +[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="linuxarm32v7.Dockerfile" +# https://raw.githubusercontent.com/btcpayserver/lnd/basedon-v0.19.3-beta-1/linuxarm64v8.Dockerfile +[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="linuxarm64v8.Dockerfile" +echo "Building btcpayserver/lnd:v0.19.3-beta-1" +git clone https://github.com/btcpayserver/lnd lnd +cd lnd +git checkout basedon-v0.19.3-beta-1 +cd "$(dirname $DOCKERFILE)" +docker build -f "$DOCKERFILE" -t "btcpayserver/lnd:v0.19.3-beta-1" . +cd - && cd .. + + +# Build rtl +# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.15.4/Dockerfile +DOCKERFILE="Dockerfile" +# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.15.4/Dockerfile +[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="Dockerfile" +# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.15.4/Dockerfile +[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Dockerfile" +echo "Building shahanafarooqui/rtl:v0.15.4" +git clone https://github.com/Ride-The-Lightning/RTL rtl +cd rtl +git checkout v0.15.4 +cd "$(dirname $DOCKERFILE)" +docker build -f "$DOCKERFILE" -t "shahanafarooqui/rtl:v0.15.4" . +cd - && cd .. + + # Build bitcoin # https://raw.githubusercontent.com/btcpayserver/dockerfile-deps/Bitcoin/29.1/Bitcoin/29.1/linuxamd64.Dockerfile DOCKERFILE="Bitcoin/29.1/linuxamd64.Dockerfile" @@ -161,6 +193,22 @@ docker build -f "$DOCKERFILE" -t "dalijolijo/docker-bitcore:0.90.9.10" . cd - && cd .. +# Build btcpayserver +# https://raw.githubusercontent.com/btcpayserver/btcpayserver/v2.3.9/Dockerfile +DOCKERFILE="Dockerfile" +# https://raw.githubusercontent.com/btcpayserver/btcpayserver/v2.3.9/Dockerfile +[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="Dockerfile" +# https://raw.githubusercontent.com/btcpayserver/btcpayserver/v2.3.9/Dockerfile +[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Dockerfile" +echo "Building btcpayserver/btcpayserver:2.3.9" +git clone https://github.com/btcpayserver/btcpayserver btcpayserver +cd btcpayserver +git checkout v2.3.9 +cd "$(dirname $DOCKERFILE)" +docker build -f "$DOCKERFILE" -t "btcpayserver/btcpayserver:2.3.9" . +cd - && cd .. + + # Build dash # https://raw.githubusercontent.com/btcpayserver/dockerfile-deps/Dash/23.1.2/Dash/23.1.2/linuxamd64.Dockerfile DOCKERFILE="Dash/23.1.2/linuxamd64.Dockerfile" @@ -175,6 +223,18 @@ docker build -f "$DOCKERFILE" -t "btcpayserver/dash:23.1.2" . cd - && cd .. +# Build bisoncraft/decred +# https://raw.githubusercontent.com/bisoncraft/btcpayserver-decred-plugin/v2.1.5/Dockerfile.decred +DOCKERFILE="Dockerfile.decred" +echo "Building ghcr.io/bisoncraft/decred:2.1.5" +git clone https://github.com/bisoncraft/btcpayserver-decred-plugin bisoncraft/decred +cd bisoncraft/decred +git checkout v2.1.5 +cd "$(dirname $DOCKERFILE)" +docker build -f "$DOCKERFILE" -t "ghcr.io/bisoncraft/decred:2.1.5" . +cd - && cd .. + + # Build dogecoin # https://raw.githubusercontent.com/btcpayserver/dockerfile-deps/Dogecoin/1.14.7/Dogecoin/1.14.7/linuxamd64.Dockerfile DOCKERFILE="Dogecoin/1.14.7/linuxamd64.Dockerfile" @@ -292,18 +352,18 @@ cd - && cd .. # Build litecoin -# https://raw.githubusercontent.com/btcpayserver/dockerfile-deps/Litecoin/0.21.5.4/Litecoin/0.21.5.4/linuxamd64.Dockerfile -DOCKERFILE="Litecoin/0.21.5.4/linuxamd64.Dockerfile" -# https://raw.githubusercontent.com/btcpayserver/dockerfile-deps/Litecoin/0.21.5.4/Litecoin/0.21.5.4/linuxarm32v7.Dockerfile -[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="Litecoin/0.21.5.4/linuxarm32v7.Dockerfile" -# https://raw.githubusercontent.com/btcpayserver/dockerfile-deps/Litecoin/0.21.5.4/Litecoin/0.21.5.4/linuxarm64v8.Dockerfile -[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Litecoin/0.21.5.4/linuxarm64v8.Dockerfile" -echo "Building btcpayserver/litecoin:0.21.5.4" +# https://raw.githubusercontent.com/btcpayserver/dockerfile-deps/Litecoin/0.21.5.5/Litecoin/0.21.5.5/linuxamd64.Dockerfile +DOCKERFILE="Litecoin/0.21.5.5/linuxamd64.Dockerfile" +# https://raw.githubusercontent.com/btcpayserver/dockerfile-deps/Litecoin/0.21.5.5/Litecoin/0.21.5.5/linuxarm32v7.Dockerfile +[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="Litecoin/0.21.5.5/linuxarm32v7.Dockerfile" +# https://raw.githubusercontent.com/btcpayserver/dockerfile-deps/Litecoin/0.21.5.5/Litecoin/0.21.5.5/linuxarm64v8.Dockerfile +[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Litecoin/0.21.5.5/linuxarm64v8.Dockerfile" +echo "Building btcpayserver/litecoin:0.21.5.5" git clone https://github.com/btcpayserver/dockerfile-deps litecoin cd litecoin -git checkout Litecoin/0.21.5.4 +git checkout Litecoin/0.21.5.5 cd "$(dirname $DOCKERFILE)" -docker build -f "$DOCKERFILE" -t "btcpayserver/litecoin:0.21.5.4" . +docker build -f "$DOCKERFILE" -t "btcpayserver/litecoin:0.21.5.5" . cd - && cd .. @@ -351,6 +411,22 @@ docker build -f "$DOCKERFILE" -t "btcpayserver/monero:0.18.4.3" . cd - && cd .. +# Build nbxplorer +# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.6.7/Dockerfile +DOCKERFILE="Dockerfile" +# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.6.7/Dockerfile +[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="Dockerfile" +# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.6.7/Dockerfile +[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Dockerfile" +echo "Building nicolasdorier/nbxplorer:2.6.7" +git clone https://github.com/dgarage/nbxplorer nbxplorer +cd nbxplorer +git checkout v2.6.7 +cd "$(dirname $DOCKERFILE)" +docker build -f "$DOCKERFILE" -t "nicolasdorier/nbxplorer:2.6.7" . +cd - && cd .. + + # Build letsencrypt-nginx-proxy-companion # https://raw.githubusercontent.com/btcpayserver/docker-letsencrypt-nginx-proxy-companion/v2.2.9-2/Dockerfile DOCKERFILE="Dockerfile" @@ -781,6 +857,22 @@ docker build -f "$DOCKERFILE" -t "pihole/pihole:2025.03.0" . cd - && cd .. +# Build shopify-app-deployer +# https://raw.githubusercontent.com/btcpayserver/shopify-app/1.8/Dockerfile +DOCKERFILE="Dockerfile" +# https://raw.githubusercontent.com/btcpayserver/shopify-app/1.8/Dockerfile +[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="Dockerfile" +# https://raw.githubusercontent.com/btcpayserver/shopify-app/1.8/Dockerfile +[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Dockerfile" +echo "Building btcpayserver/shopify-app-deployer:1.8" +git clone https://github.com/btcpayserver/shopify-app shopify-app-deployer +cd shopify-app-deployer +git checkout 1.8 +cd "$(dirname $DOCKERFILE)" +docker build -f "$DOCKERFILE" -t "btcpayserver/shopify-app-deployer:1.8" . +cd - && cd .. + + # Build snapdrop # https://raw.githubusercontent.com/btcpayserver/dockerfile-deps/Snapdrop/1.2/Snapdrop/1.2/Dockerfile DOCKERFILE="Snapdrop/1.2/Dockerfile" @@ -1191,95 +1283,3 @@ docker build -f "$DOCKERFILE" -t "hhanh00/zcash-walletd:1.1.5" . cd - && cd .. -# Build lnd -# https://raw.githubusercontent.com/btcpayserver/lnd/basedon-v0.19.3-beta-1/linuxamd64.Dockerfile -DOCKERFILE="linuxamd64.Dockerfile" -# https://raw.githubusercontent.com/btcpayserver/lnd/basedon-v0.19.3-beta-1/linuxarm32v7.Dockerfile -[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="linuxarm32v7.Dockerfile" -# https://raw.githubusercontent.com/btcpayserver/lnd/basedon-v0.19.3-beta-1/linuxarm64v8.Dockerfile -[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="linuxarm64v8.Dockerfile" -echo "Building btcpayserver/lnd:v0.19.3-beta-1" -git clone https://github.com/btcpayserver/lnd lnd -cd lnd -git checkout basedon-v0.19.3-beta-1 -cd "$(dirname $DOCKERFILE)" -docker build -f "$DOCKERFILE" -t "btcpayserver/lnd:v0.19.3-beta-1" . -cd - && cd .. - - -# Build rtl -# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.15.4/Dockerfile -DOCKERFILE="Dockerfile" -# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.15.4/Dockerfile -[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="Dockerfile" -# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.15.4/Dockerfile -[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Dockerfile" -echo "Building shahanafarooqui/rtl:v0.15.4" -git clone https://github.com/Ride-The-Lightning/RTL rtl -cd rtl -git checkout v0.15.4 -cd "$(dirname $DOCKERFILE)" -docker build -f "$DOCKERFILE" -t "shahanafarooqui/rtl:v0.15.4" . -cd - && cd .. - - -# Build btcpayserver -# https://raw.githubusercontent.com/btcpayserver/btcpayserver/v2.3.9/Dockerfile -DOCKERFILE="Dockerfile" -# https://raw.githubusercontent.com/btcpayserver/btcpayserver/v2.3.9/Dockerfile -[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="Dockerfile" -# https://raw.githubusercontent.com/btcpayserver/btcpayserver/v2.3.9/Dockerfile -[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Dockerfile" -echo "Building btcpayserver/btcpayserver:2.3.9" -git clone https://github.com/btcpayserver/btcpayserver btcpayserver -cd btcpayserver -git checkout v2.3.9 -cd "$(dirname $DOCKERFILE)" -docker build -f "$DOCKERFILE" -t "btcpayserver/btcpayserver:2.3.9" . -cd - && cd .. - - -# Build bisoncraft/decred -# https://raw.githubusercontent.com/bisoncraft/btcpayserver-decred-plugin/v2.1.5/Dockerfile.decred -DOCKERFILE="Dockerfile.decred" -echo "Building ghcr.io/bisoncraft/decred:2.1.5" -git clone https://github.com/bisoncraft/btcpayserver-decred-plugin bisoncraft/decred -cd bisoncraft/decred -git checkout v2.1.5 -cd "$(dirname $DOCKERFILE)" -docker build -f "$DOCKERFILE" -t "ghcr.io/bisoncraft/decred:2.1.5" . -cd - && cd .. - - -# Build shopify-app-deployer -# https://raw.githubusercontent.com/btcpayserver/shopify-app/1.8/Dockerfile -DOCKERFILE="Dockerfile" -# https://raw.githubusercontent.com/btcpayserver/shopify-app/1.8/Dockerfile -[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="Dockerfile" -# https://raw.githubusercontent.com/btcpayserver/shopify-app/1.8/Dockerfile -[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Dockerfile" -echo "Building btcpayserver/shopify-app-deployer:1.8" -git clone https://github.com/btcpayserver/shopify-app shopify-app-deployer -cd shopify-app-deployer -git checkout 1.8 -cd "$(dirname $DOCKERFILE)" -docker build -f "$DOCKERFILE" -t "btcpayserver/shopify-app-deployer:1.8" . -cd - && cd .. - - -# Build nbxplorer -# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.6.7/Dockerfile -DOCKERFILE="Dockerfile" -# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.6.7/Dockerfile -[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="Dockerfile" -# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.6.7/Dockerfile -[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Dockerfile" -echo "Building nicolasdorier/nbxplorer:2.6.7" -git clone https://github.com/dgarage/nbxplorer nbxplorer -cd nbxplorer -git checkout v2.6.7 -cd "$(dirname $DOCKERFILE)" -docker build -f "$DOCKERFILE" -t "nicolasdorier/nbxplorer:2.6.7" . -cd - && cd .. - - diff --git a/docker-compose-generator/docker-fragments/litecoin.yml b/docker-compose-generator/docker-fragments/litecoin.yml index 5ad966c6..0d2723af 100644 --- a/docker-compose-generator/docker-fragments/litecoin.yml +++ b/docker-compose-generator/docker-fragments/litecoin.yml @@ -2,7 +2,7 @@ services: litecoind: restart: unless-stopped container_name: btcpayserver_litecoind - image: btcpayserver/litecoin:0.21.5.4 + image: btcpayserver/litecoin:0.21.5.5 environment: BITCOIN_NETWORK: ${NBITCOIN_NETWORK:-regtest} BITCOIN_WALLETDIR: "/walletdata"