solana/ci/docker-rust
Michael Vines 293a0d8797 Update to Rust v1.56 2021-10-23 08:21:20 +00:00
..
Dockerfile Update to Rust v1.56 2021-10-23 08:21:20 +00:00
README.md Update to rust 1.44.0 (#10585) 2020-06-17 01:32:16 +09:00
build.sh push latest, too (#4131) 2019-05-02 15:33:08 -07:00

README.md

Docker image containing rust and some preinstalled packages used in CI.

NOTE: Recreate rust-nightly docker image after this when updating the stable rust version! Both of docker images must be updated in tandem.

This image manually maintained:

  1. Edit Dockerfile to match the desired rust version
  2. Run docker login to enable pushing images to Docker Hub, if you're authorized.
  3. Run ./build.sh to publish the new image, if you are a member of the Solana Labs Docker Hub organization.