1
0
Files
btcpayserver-docker/contrib/DockerFileBuildHelper
d11n 3d6d2a81db Add Lightning Terminal fragment (#512)
* Add Lightning Terminal fragment

* Remove mappings and variables

* Version update

* Update contrib/build-all-images.sh

Co-authored-by: Oliver Gugger <gugger@gmail.com>

* Update docker version

* Add Lightning Terminal to fragments list

* Upgrade LiT to v0.6.0

Co-authored-by: Oliver Gugger <gugger@gmail.com>
2021-12-01 20:38:02 +09:00
..
2021-09-23 18:04:11 +09:00
2021-05-26 13:19:00 +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

Or using Docker:

docker run -it --rm -v `pwd`:/project -w /project/contrib/DockerFileBuildHelper mcr.microsoft.com/dotnet/sdk:2.1 ./run.sh

This will build a build-all.sh file which you can run locally.

To update the README table and the build-all-images.sh script that's checked into git, replace run.sh with update-repo.sh.