summaryrefslogtreecommitdiffstats
path: root/jjb/opnfv/opnfv-docker.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-02-25docker: Make it possible to specify tags for Docker Images of test projectsFatih Degirmenci1-5/+7
Also use latest for images built on master and stable for images built on stable branch. Change-Id: I0988be86abcb2a13d8e94962b4ba1ced8778793b Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-02-01Add -f to create a new tag to docker jobjose.lausuch1-7/+8
Also, build latest first and create brahmaputra tag later Change-Id: Iee1d63576b21ca30d75d2ae1fe35bbd8747f9037 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-01-28Add license headerFatih Degirmenci1-0/+8
License headers are added. - Set company name based on the author who created the file first time - Add SPDX header for Apache 2.0 Change-Id: I8f357a2d6f75179171c681f4b53e0f4249eca5a2 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-18test: Add more consistency when cleaning docker containers/imagesjose.lausuch1-10/+7
Change-Id: I085ca47e4e487d93c700c3e729b8b86b2b7abde1 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-01-13test: add --no-cache flag when building docker imagesjose.lausuch1-1/+1
Now in the right place Change-Id: I3b42c51775d57561d530b3407752433c48253dc4 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-01-13test: add --no-cache flag when building docker imagesjose.lausuch1-1/+1
Sometimes, if the docker leftovers are not properly removed, there is some cache that the build uses. This will force to build from scratch without using any existing image (no cache) Change-Id: Ifb19b2fc01da938cf46eb18d62a5877cf0a560e5 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-01-13test: Remove escape characters from docker jobjose.lausuch1-9/+9
Fetching the branch name is now fixed too. Change-Id: Ib83afb4f938890285ab861634eb8fef654a10d76 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-01-12test: Fix dockerfile pathjose.lausuch1-3/+3
Change-Id: Ica1cadc79ee6fd7ff96d66b3f4fb798098fad452 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-01-11Enable test projects' docker image builds for stable/brahmaputra branchFatih Degirmenci1-16/+21
Change-Id: Ib936f58d1f21c4e782cdb1e19d1615b1bed30007 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
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>