github.com/ylsGit/go-ethereum@v1.6.5/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