btcpayserver-docker/contrib/DockerFileBuildHelper
gruve-p 530ccc67d7
Bump GRS Core and c-lightning (#415)
* Bump GRS Core and c-lightning

* Use GRS gitlink
2021-01-04 15:28:31 +01:00
..
DockerFile.cs Make build-all-images work on arm 2018-12-02 17:06:36 +09:00
DockerFileBuildHelper.csproj Add script and instruction to build all the docker images by yourself 2018-12-02 13:32:01 +09:00
DockerInfo.cs Reorder images in the doc to push shitcoins down 2019-10-20 17:23:24 +09:00
Extensions.cs Add script and instruction to build all the docker images by yourself 2018-12-02 13:32:01 +09:00
Image.cs Generate docker file table 2019-01-28 18:36:30 +09:00
Program.cs Bump GRS Core and c-lightning (#415) 2021-01-04 15:28:31 +01:00
README.md Add script and instruction to build all the docker images by yourself 2018-12-02 13:32:01 +09:00
run.sh Add script and instruction to build all the docker images by yourself 2018-12-02 13:32:01 +09:00
StringBuilderEx.cs Make build-all-images work on arm 2018-12-02 17:06:36 +09:00
update-repo.ps1 Generate docker file table 2019-01-28 18:36:30 +09:00
update-repo.sh Generate docker file table 2019-01-28 18:36:30 +09:00

DockerFile build helper

By default, when you use docker deployment, you are fetching pre-built docker images hosted on dockerhub. While this bring the advantage that deployment is fast and reliable, this also mean that you are ultimately trusting the owner of the docker images. This repository generate a script that you can use to build all images from the sources by yourself.

How to use?

Install .NET Core SDK and run:

./run.sh

This will build a build-all.sh file. Note that the