Update DockerFile builder

This commit is contained in:
nicolas.dorier
2018-12-04 14:06:12 +09:00
parent fb0e2a10a1
commit 96e2cd8da6
2 changed files with 22 additions and 5 deletions

View File

@@ -216,6 +216,11 @@ namespace DockerFileBuildHelper
dockerInfo.GitLink = "https://github.com/rockstardev/docker-bitcoin";
dockerInfo.GitRef = "feature/dogecoin";
break;
case "docker-bitcore":
dockerInfo.DockerFilePath = "btx-debian/Dockerfile";
dockerInfo.GitLink = "https://github.com/dalijolijo/btcpayserver-docker-bitcore";
dockerInfo.GitRef = "master";
break;
case "docker-feathercoin":
dockerInfo.DockerFilePath = $"feathercoin/{image.Tag}/Dockerfile";
dockerInfo.GitLink = "https://github.com/ChekaZ/docker";