Update images documentation

This commit is contained in:
nicolas.dorier
2019-03-01 18:17:04 +09:00
parent 35e9687129
commit 1a8b6cc9cd
3 changed files with 77 additions and 56 deletions

View File

@@ -286,7 +286,7 @@ namespace DockerFileBuildHelper
case "groestlcoin-spark":
dockerInfo.DockerFilePath = $"Dockerfile";
dockerInfo.GitLink = "https://github.com/Groestlcoin/groestlcoin-spark";
dockerInfo.GitRef = $"v{image.Tag.Substring("version-".Length)}-1";
dockerInfo.GitRef = $"v{image.Tag.Substring("version-".Length)}";
break;
case "librepatron":
dockerInfo.DockerFilePath = $"Dockerfile";
@@ -339,6 +339,12 @@ namespace DockerFileBuildHelper
dockerInfo.GitLink = "https://github.com/btcpayserver/btcpayserver";
dockerInfo.GitRef = $"v{image.Tag}";
break;
case "rtl":
dockerInfo.DockerFilePath = "Dockerfile";
dockerInfo.DockerFilePathARM32v7 = "Dockerfile.arm32v7";
dockerInfo.GitLink = "https://github.com/ShahanaFarooqui/RTL";
dockerInfo.GitRef = $"v{image.Tag}";
break;
case "nbxplorer":
dockerInfo.DockerFilePath = "Dockerfile.linuxamd64";
dockerInfo.DockerFilePathARM32v7 = "Dockerfile.linuxarm32v7";