github.com/memikequinn/go-ethereum@v1.6.6-0.20170621145815-58a1e13e6dd7/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