Common dockerfiles collections. Use fabric manage docker images
pip install fabric
Build basic image cloud/base
fab build
** Build all images **
fab build_all
** Build image by name **
fab build_one:jenkins
this command will build the image base the jenkins folder dockerfile define, the image name will be cloud/jeknins