Add spark-wallet to the list of docker images

This commit is contained in:
nicolas.dorier
2018-12-12 19:23:11 +09:00
parent 8ca1c44d7b
commit e2dfb208aa
2 changed files with 30 additions and 13 deletions

View File

@@ -286,6 +286,11 @@ namespace DockerFileBuildHelper
dockerInfo.GitLink = "https://github.com/containous/traefik-library-image";
dockerInfo.GitRef = $"master";
break;
case "spark-wallet":
dockerInfo.DockerFilePath = $"Dockerfile";
dockerInfo.GitLink = "https://github.com/shesek/spark-wallet";
dockerInfo.GitRef = $"v{image.Tag.Split('-')[0]}";
break;
default:
return null;
}