stratum / testvectors-runner

Runner for TestVectors test cases
Apache License 2.0
6 stars 2 forks source link

tvrunner.sh uses stale Docker images #20

Closed bocon13 closed 4 years ago

bocon13 commented 4 years ago

The docker image is only pulled the first time the script is run.

We probably want to have some mechanism to pull new images without causing pull penalty for every run.

abhilashendurthi commented 4 years ago

we can add --pull as optional argumennt for tvrunner.sh script which allows the user to get new image if needed