github.com/digdeepmining/go-atheios@v1.5.13-0.20180902133602-d5687a2e6f43/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="atheios/cppjit-testrunner" docker-cppjit 6 docker build --tag="atheios/python-testrunner" docker-python 7 docker build --tag="atheios/go-testrunner" docker-go