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.
 
 
 
 
nicolas.dorier 16a994b16a update reference to image githubs 6 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 Add script and instruction to build all the docker images by yourself 6 years ago
Extensions.cs Add script and instruction to build all the docker images by yourself 6 years ago
Image.cs Add script and instruction to build all the docker images by yourself 6 years ago
Program.cs update reference to image githubs 6 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 Add script and instruction to build all the docker images by yourself 6 years ago
update-repo.sh Add script and instruction to build all the docker images by yourself 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