LLNL / radiuss-docker

Automated builds of Docker container bases for RADIUSS projects
MIT License
2 stars 0 forks source link

Installing the latest of each major clang release #5

Closed chapman39 closed 6 months ago

chapman39 commented 6 months ago

At the moment, clang 14 images have clang 14.0.0.

docker pull ghcr.io/llnl/radiuss:clang-14-ubuntu-22.04
...
docker run ...
radiuss@d323d24710ed:~$ clang --version
Ubuntu clang version 14.0.0-1ubuntu1.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin

It may be beneficial to have the latest of each major release with bug fixes. In clang 14's case: clang 14.0.6.

chapman39 commented 6 months ago

After looking into this, it doesn't seem possible with jammy unless we'd want to use wget or something. I'll just close this. https://packages.ubuntu.com/jammy/clang-14