1
0
Files
btcpayserver-docker/contrib/DockerFileBuildHelper
gruve-p e0f5f2592f Add eclair for GRS and fix GRS LND (#269)
* Add eclair for GRS and fix GRS LND

* Make eclair scripts executable

* Make some missed scripts executable

* Updated documentation and build all images script

* Revert "Updated documentation and build all images script"

This reverts commit 42ed8eae692c076baee638accd06c5543a40cc26.

* Update Documentation and all build images

* Revert "Make some missed scripts executable"

This reverts commit fd0da4c52a5b36ff6140cc84ebf358a2535ab9b0.

* Update Program.cs

* Make build all images script executable again

* run update-repo.sh
2020-03-10 15:51:35 +09:00
..
2019-01-28 18:36:30 +09:00
2019-01-28 18:36:30 +09:00
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