Image for the CI of nlohmann/json. See https://github.com/nlohmann/json-ci for more information.
50K+
This repository contains the Dockerfile of the image used in the CI of JSON for Modern C++.
The image is pushed automatically to DockerHub and can be used with
docker pull nlohmann/json-ci:latest
The goal is to provide a fairly recent C++ build and analysis tool chain.
Versions (as of 2021-07-06):
Furthermore, some "historic" C++ compilers are available:
Make Intel compilers available:
source /opt/intel/oneapi/setvars.sh
Collect all versions:
for TOOL in g++-11 clang++-12 icpc icpx cppcheck iwyu cmake ninja valgrind oclint pvs-studio lcov astyle infer nvcc; do echo $TOOL; $TOOL --version; echo ""; done
Content type
Image
Digest
Size
4.5 GB
Last updated
over 4 years ago
docker pull nlohmann/json-ci