aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/test-files/create-docker-images.sh
diff options
context:
space:
mode:
authorsveneh <sven@ethdev.com>2015-02-05 19:07:12 +0800
committersveneh <sven@ethdev.com>2015-02-05 19:07:12 +0800
commit2e2e36cc7220522d7b33b654543907163c973156 (patch)
tree24eb4f61d2b60b7984f2ee71c3307e405a8c395f /ansible/test-files/create-docker-images.sh
parent83258456d3f1f0487246c93cba555724903876f0 (diff)
downloadtangerine-tests-2e2e36cc7220522d7b33b654543907163c973156.tar
tangerine-tests-2e2e36cc7220522d7b33b654543907163c973156.tar.gz
tangerine-tests-2e2e36cc7220522d7b33b654543907163c973156.tar.bz2
tangerine-tests-2e2e36cc7220522d7b33b654543907163c973156.tar.lz
tangerine-tests-2e2e36cc7220522d7b33b654543907163c973156.tar.xz
tangerine-tests-2e2e36cc7220522d7b33b654543907163c973156.tar.zst
tangerine-tests-2e2e36cc7220522d7b33b654543907163c973156.zip
updated python and go to new build requirement. added script to create
dockers locally
Diffstat (limited to 'ansible/test-files/create-docker-images.sh')
-rwxr-xr-xansible/test-files/create-docker-images.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/ansible/test-files/create-docker-images.sh b/ansible/test-files/create-docker-images.sh
new file mode 100755
index 000000000..06728c6d7
--- /dev/null
+++ b/ansible/test-files/create-docker-images.sh
@@ -0,0 +1,7 @@
+#!/bin/bash -x
+
+# creates the necessary docker images to run testrunner.sh locally
+
+docker build --tag="ethereum/cppjit-testrunner" docker-cppjit
+docker build --tag="ethereum/python-testrunner" docker-python
+docker build --tag="ethereum/go-testrunner" docker-go