Collection of Dockerfiles created to build & pack various tools
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Ruakij 3aeac81cf4 Fix wrong path in clone 2 years ago
scripts Fix wrong path in clone 2 years ago
.gitignore Ignore build-folder 2 years ago
README.md Add Instructions on how to use project 2 years ago

README.md

DockerBUILDs

Collection of Dockerfiles created to build & pack various tools.



1. How to use

Run the build-script script/build.sh with the path to the tool you want to build.


The docker-image will be tagged with default and the detected version/commit-hash.

You can add more tags or change the existing tag-naming-scheme using the environment-variable TAG.


1.1. CLI

script/build.sh <toolPath> [extra-args for docker build ..]


1.1.1. Environment-Variables

Variable Description Default
TAG Tag for Docker-building TAGPREFIX + NAME
TAGPREFIX Set a prefix to the default-tag -
NAME Change the name used in the tag FolderName

2. Tools

Nothing yet