github.com/murrekatt/go-ethereum@v1.5.8-0.20170123175102-fc52f2c007fb/tests/files/ansible/test-files/create-docker-images.sh (about) 1 #!/bin/bash -x 2 3 # creates the necessary docker images to run testrunner.sh locally 4 5 docker build --tag="ethereum/cppjit-testrunner" docker-cppjit 6 docker build --tag="ethereum/python-testrunner" docker-python 7 docker build --tag="ethereum/go-testrunner" docker-go