diff --git a/.github/include/base_image_config.json b/.github/include/base_image_config.json index f1f0cf73..4eb95410 100644 --- a/.github/include/base_image_config.json +++ b/.github/include/base_image_config.json @@ -62,6 +62,56 @@ } }, + + { + "tag": "cuda11.0-foxy-ubuntu20.04-devel", + "external_image": "nvcr.io/nvidia/cuda:11.0.3-devel-ubuntu20.04", + "injections": { + "ros2": "foxy" + } + }, + { + "tag": "cuda11.2-foxy-ubuntu20.04-devel", + "external_image": "nvcr.io/nvidia/cuda:11.2.2-devel-ubuntu20.04", + "injections": { + "ros2": "foxy" + } + }, + { + "tag": "cuda11.4-foxy-ubuntu20.04-devel", + "external_image": "nvcr.io/nvidia/cuda:11.4.3-devel-ubuntu20.04", + "injections": { + "ros2": "foxy" + } + }, + { + "tag": "cuda11.7-humble-ubuntu22.04-devel", + "external_image": "nvcr.io/nvidia/cuda:11.7.1-devel-ubuntu22.04", + "injections": { + "ros2": "humble" + } + }, + { + "tag": "cuda11.8-humble-ubuntu22.04-devel", + "external_image": "nvcr.io/nvidia/cuda:11.8.0-devel-ubuntu22.04", + "injections": { + "ros2": "humble" + } + }, + { + "tag": "cuda12.0-humble-ubuntu22.04-devel", + "external_image": "nvcr.io/nvidia/cuda:12.0.0-devel-ubuntu22.04", + "injections": { + "ros2": "humble" + } + }, + { + "tag": "cuda12.2-humble-ubuntu22.04-devel", + "external_image": "nvcr.io/nvidia/cuda:12.2.2-devel-ubuntu22.04", + "injections": { + "ros2": "humble" + } + },