1
0

feat: integrate thunderhub (#291)

* feat: initial integration

* chore: opt in and readme

* chore: add to btcpay env

* chore: move env and yml change

* chore: image builder

* chore: bump version

* chore: bump version (#1)

* chore: version bump

* chore: update repo

* chore: bump version
This commit is contained in:
Anthony Potdevin
2020-04-23 07:42:25 +02:00
committed by GitHub
parent 1ae425ebc9
commit 761e5ea9a8
5 changed files with 41 additions and 0 deletions

View File

@@ -544,6 +544,12 @@ namespace DockerFileBuildHelper
dockerInfo.GitRef = $"v{image.Tag.Split('-')[0]}";
dockerInfo.SupportedByUs = true;
break;
case "thunderhub":
dockerInfo.DockerFilePath = $"Dockerfile";
dockerInfo.GitLink = "https://github.com/apotdevin/thunderhub";
dockerInfo.GitRef = $"{image.Tag.Split('-')[0]}";
dockerInfo.SupportedByUs = false;
break;
default:
if (firstTry)
{