solana/ci/docker
Yihau Chen 8363ebfd64
ci: merge docker images (#35078)
* ci: add new ci docker image

* ci: use the new docker image

* fix shellcheck

* add readme for the new docker image

* remove old docker images

* remove unused check in docs/build.sh

* use the new image in net.sh
2024-02-07 15:17:33 +08:00
..
Dockerfile ci: merge docker images (#35078) 2024-02-07 15:17:33 +08:00
README.md ci: merge docker images (#35078) 2024-02-07 15:17:33 +08:00
build.sh ci: merge docker images (#35078) 2024-02-07 15:17:33 +08:00

README.md

Docker image containing rust, rust nightly and some preinstalled packages used in CI

This image is manually maintained:

CLI

  1. Edit
    1. ci/rust-version.sh for rust and rust nightly version
    2. ci/docker/Dockerfile for other packages
  2. Ensure you're a member of the Solana Docker Hub Organization and already docker login
  3. Run ci/docker/build.sh to build/publish the new image