You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Andrew Camilleri f06964cc99 switch to official clightning rest image (#259) 5 years ago
..
DockerFile.cs Make build-all-images work on arm 6 years ago
DockerFileBuildHelper.csproj Add script and instruction to build all the docker images by yourself 6 years ago
DockerInfo.cs Reorder images in the doc to push shitcoins down 5 years ago
Extensions.cs Add script and instruction to build all the docker images by yourself 6 years ago
Image.cs Generate docker file table 6 years ago
Program.cs switch to official clightning rest image (#259) 5 years ago
README.md Add script and instruction to build all the docker images by yourself 6 years ago
StringBuilderEx.cs Make build-all-images work on arm 6 years ago
run.sh Add script and instruction to build all the docker images by yourself 6 years ago
update-repo.ps1 Generate docker file table 6 years ago
update-repo.sh Generate docker file table 6 years ago

README.md

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