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