Update Sphinx Relay to v2.2.9
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
@@ -642,10 +642,11 @@ namespace DockerFileBuildHelper
|
||||
break;
|
||||
case "sphinx-relay":
|
||||
dockerInfo.DockerFilePath = $"Dockerfile";
|
||||
dockerInfo.DockerFilePathARM64v8 = $"Dockerfile";
|
||||
dockerInfo.DockerFilePathARM32v7 = $"Dockerfile";
|
||||
dockerInfo.DockerFilePathARM64v8 = $"Dockerfile";
|
||||
dockerInfo.GitLink = "https://github.com/stakwork/sphinx-relay";
|
||||
dockerInfo.GitRef = $"{image.Tag}";
|
||||
dockerInfo.SupportedByUs = false;
|
||||
break;
|
||||
case "lndhub":
|
||||
dockerInfo.DockerFilePath = $"Dockerfile";
|
||||
|
||||
@@ -844,16 +844,14 @@ cd - && cd ..
|
||||
|
||||
|
||||
# Build sphinx-relay
|
||||
# https://raw.githubusercontent.com/stakwork/sphinx-relay/v2.2.5/Dockerfile
|
||||
# https://raw.githubusercontent.com/stakwork/sphinx-relay/v2.2.9/Dockerfile
|
||||
DOCKERFILE="Dockerfile"
|
||||
# https://raw.githubusercontent.com/stakwork/sphinx-relay/v2.2.5/Dockerfile
|
||||
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Dockerfile"
|
||||
echo "Building sphinxlightning/sphinx-relay:v2.2.5"
|
||||
echo "Building sphinxlightning/sphinx-relay:v2.2.9"
|
||||
git clone https://github.com/stakwork/sphinx-relay sphinx-relay
|
||||
cd sphinx-relay
|
||||
git checkout v2.2.5
|
||||
git checkout v2.2.9
|
||||
cd "$(dirname $DOCKERFILE)"
|
||||
docker build -f "$DOCKERFILE" -t "sphinxlightning/sphinx-relay:v2.2.5" .
|
||||
docker build -f "$DOCKERFILE" -t "sphinxlightning/sphinx-relay:v2.2.9" .
|
||||
cd - && cd ..
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user