1
0
This commit is contained in:
nicolas.dorier
2020-01-12 20:51:22 +09:00
parent 3edc722e42
commit 163e5ddf01
4 changed files with 32 additions and 13 deletions

View File

@@ -337,6 +337,12 @@ namespace DockerFileBuildHelper
dockerInfo.GitRef = $"basedon-{image.Tag}";
dockerInfo.SupportedByUs = true;
break;
case "groestlcoin/lnd":
dockerInfo.DockerFilePath = "Dockerfile";
dockerInfo.GitLink = "https://github.com/Groestlcoin/lnd";
dockerInfo.GitRef = $"{image.Tag}";
dockerInfo.SupportedByUs = false;
break;
case "monero":
dockerInfo.DockerFilePath = "Dockerfile";
dockerInfo.GitLink = "https://github.com/Kukks/monero-docker";