solana/ci/docker-rust
joao 0a3a0165ad
Documentation Improvements: Typos and Grammar Fixes (#34461)
* fix typo: Change 'store it the recipient address' to 'store it in the recipient address'

* fix grammar in documentation: Remove 'of' from 'Both of docker images' and add 'is' to 'This image manually maintained'

* fix duplicate word in 'Voting Algorithm' section
2023-12-14 16:44:30 +00:00
..
Dockerfile Upgrades Rust to 1.74.0 (#34118) 2023-11-19 22:24:59 -05:00
README.md Documentation Improvements: Typos and Grammar Fixes (#34461) 2023-12-14 16:44:30 +00:00
build.sh Build rust docker images for linux/amd64 2022-04-11 18:15:03 -04: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 docker images must be updated in tandem.

This image is 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.