Chapter 4. Container Image
The Clang and LLVM 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/llvm-toolset-7-rhel7 image provides content corresponding to the following packages:
Component | Version | Package |
---|---|---|
| 5.0.1 | llvm-toolset-7-llvm |
| 5.0.1 | llvm-toolset-7-clang |
| 5.0.1 | llvm-toolset-7-lldb |
| 5.0.1 | llvm-toolset-7-compiler-rt |
| 5.0.1 | llvm-toolset-7-libomp |
| 3.6.2 | llvm-toolset-7-cmake |
| 0.5.1 | llvm-toolset-7-python-lit |
4.2. Access to the Image Copy linkLink copied to clipboard!
To pull the devtools/llvm-toolset-7-rhel7 image, run the following command as root:
docker pull registry.access.redhat.com/devtools/llvm-toolset-7-rhel7
# docker pull registry.access.redhat.com/devtools/llvm-toolset-7-rhel7
4.3. Additional Resources Copy linkLink copied to clipboard!
- Clang and LLVM Toolset 7 - entry in the Red Hat Container Catalog
- Using Red Hat Software Collections Container Images