aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/test-files/create-docker-images.sh
diff options
context:
space:
mode:
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