Chapter 4. Container Image
The Rust Toolset is available as a Docker-formatted container image which can be downloaded from Red Hat Container Registry.
4.1. Image Contents Copy linkLink copied to clipboard!
The devtools/rust-toolset-1.29-rhel7 image provides content corresponding to the following packages:
Component | Version | Package |
---|---|---|
| 1.29.2 | rust-toolset-1.29-rust |
| 1.29.0 | rust-toolset-1.29-cargo |
| 0.1.17 | rust-toolset-1.29-cargo-vendor |
4.2. Access to the Image Copy linkLink copied to clipboard!
To pull the devtools/rust-toolset-1.29-rhel7 image, run the following command as root:
docker pull registry.access.redhat.com/devtools/rust-toolset-1.29-rhel7
# docker pull registry.access.redhat.com/devtools/rust-toolset-1.29-rhel7
4.3. Additional Resources Copy linkLink copied to clipboard!
- Rust Toolset 8 — entry in the Red Hat Container Catalog
- Using Red Hat Software Collections Container Images