Add docker-rust image

This commit is contained in:
Michael Vines
2018-07-30 15:56:49 -07:00
parent 6fcf4584d5
commit bc484ffe5f
3 changed files with 25 additions and 0 deletions

6
ci/docker-rust/build.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash -ex
cd "$(dirname "$0")"
docker build -t solanalabs/rust .
docker push solanalabs/rust