summaryrefslogtreecommitdiffstats
path: root/jjb/opnfv/opnfv-docker.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-01-06QTIP OPNFV Docker Build issue fixNauman_Ahad1-0/+2
The opnfv-docker.sh script didn't have a condition to build Dockerfile for qtip. This has been added. Change-Id: I4f22b467e13ec460826bed3ffd783f7dd7f766e3 Signed-off-by: Nauman_Ahad <Nauman_Ahad@dell.com>
2015-12-27Wait for containers to be removed before removing imagesjose.lausuch1-4/+14
This will avoid some errors like this: "Error response from daemon: conflict: unable to delete 44c2887519de (must be forced) - image is being used by stopped container 7dbed6d40e5a" Change-Id: I54b8b76fbcc6f208ab52c88b43ea18af935e69c7 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-12-10Include storperf in the automatic docker image build processjose.lausuch1-0/+2
JIRA: STORPERF-15 Change-Id: I991b122ef632666fcea4dc8a73dd6fc1a029cbff Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-11-27Remove additional brackets from docker job.jose.lausuch1-3/+3
Change-Id: I7c3003272326bb1bbbe1b7d9331ac690841a7c21 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-11-26Create generic jenkins job to build and push a docker imagejose.lausuch1-0/+93
This is a proposal so that we use the same methodology when it comes to building and pushing docker images. With this approach, yardstick Makefile is not needed for automation. For now, it is usable by Yardstick and Functest docker images. JIRA: RELENG-55 Change-Id: I58cfb4740cdfca82f69c102caefe9f29c92f099e Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>