1
0

Remove lottrue bitcoin image

This commit is contained in:
nicolas.dorier
2022-01-13 19:02:35 +09:00
parent f02e4bbd39
commit c629f3b779
4 changed files with 0 additions and 71 deletions

View File

@@ -407,17 +407,6 @@ namespace DockerFileBuildHelper
dockerInfo.SupportedByUs = true;
break;
}
case "bitcointaprootcc/0.21.0-bip8-lottrue":
{
var tagNoRevision = image.Tag.Split('-').First();
dockerInfo.DockerFilePath = $"bitcointaprootcc/0.21.0-bip8-lottrue/linuxamd64.Dockerfile";
dockerInfo.DockerFilePathARM32v7 = $"bitcointaprootcc/0.21.0-bip8-lottrue/linuxarm32v7.Dockerfile";
dockerInfo.DockerFilePathARM64v8 = $"bitcointaprootcc/0.21.0-bip8-lottrue/linuxarm64v8.Dockerfile";
dockerInfo.GitLink = "https://github.com/btcpayserver/dockerfile-deps";
dockerInfo.GitRef = $"bitcointaprootcc/0.21.0-bip8-lottrue";
dockerInfo.SupportedByUs = true;
break;
}
case "elements":
{
var tagNoRevision = image.Tag.Split('-').First();