From 2ce071c7140af570c3dc7650faf3e982935b791c Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Mon, 22 May 2017 15:29:11 -0700 Subject: [PATCH] Add a simple README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..250e8606 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +## Builder + +**Note*: The project will probably be renamed soon! + +A simple commandline tool that builds a docker image off a git repository & pushes it to a repo. + +It mostly relies on other tools ([Source to Image](https://github.com/openshift/source-to-image) or just docker) +for doing the actual building. It is a simple wrapper that does detection to figure out which +build method to use, and how to invoke that build method.