Allow script to launch build with more than Docker run

New variable "launch" will be used to determine how the build container
will be launched. If the launch type is blank it will launch the build
container using Docker run commands. If it is set to pod or job it will
launch the helper script that will be added in a coming commit. With
this change the Docker build and run commands will be moved under an if
statement. Added a variable for naming the image to make things look
neater as I wanted to add a relatively long tag to the images.

Change-Id: I279b3eb4afb658aecfd5efd19a698380dc9aec21
Signed-off-by: Alanny Lopez <alanny.lopez@ibm.com>
1 file changed