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
dae55e751e
|
5 years ago | |
---|---|---|
.. | ||
DockerFile.cs | 6 years ago | |
DockerFileBuildHelper.csproj | 6 years ago | |
DockerInfo.cs | 5 years ago | |
Extensions.cs | 6 years ago | |
Image.cs | 6 years ago | |
Program.cs | 5 years ago | |
README.md | 6 years ago | |
StringBuilderEx.cs | 6 years ago | |
run.sh | 6 years ago | |
update-repo.ps1 | 6 years ago | |
update-repo.sh | 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