2018-07-30 15:56:49 -07:00
|
|
|
Docker image containing rust and some preinstalled packages used in CI.
|
|
|
|
|
2020-06-16 09:32:16 -07:00
|
|
|
NOTE: Recreate rust-nightly docker image after this when updating the stable rust
|
|
|
|
version! Both of docker images must be updated in tandem.
|
|
|
|
|
2019-06-06 09:24:38 -07:00
|
|
|
This image manually maintained:
|
|
|
|
1. Edit `Dockerfile` to match the desired rust version
|
2020-06-16 09:32:16 -07:00
|
|
|
1. Run `docker login` to enable pushing images to Docker Hub, if you're authorized.
|
|
|
|
1. Run `./build.sh` to publish the new image, if you are a member of the [Solana
|
2019-06-06 09:24:38 -07:00
|
|
|
Labs](https://hub.docker.com/u/solanalabs/) Docker Hub organization.
|
|
|
|
|