1
0

Update doc

This commit is contained in:
nicolas.dorier
2021-08-12 18:26:08 +09:00
parent 88794fee09
commit 40715684e1
3 changed files with 21 additions and 15 deletions

View File

@@ -269,6 +269,12 @@ namespace DockerFileBuildHelper
dockerInfo.GitRef = $"dcg-latest";
dockerInfo.SupportedByUs = true;
break;
case "tallycoin_connect":
dockerInfo.DockerFilePath = "Dockerfile";
dockerInfo.GitLink = "https://github.com/dennisreimann/tallycoin_connect";
dockerInfo.GitRef = $"{image.Tag}";
dockerInfo.SupportedByUs = false;
break;
case "docker-bitcoingold":
dockerInfo.DockerFilePath = $"bitcoingold/{image.Tag}/Dockerfile";
dockerInfo.GitLink = "https://github.com/Vutov/docker-bitcoin";