summaryrefslogtreecommitdiff
path: root/.gitlab/ci
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-01-20 13:00:19 -0500
committerBrad King <brad.king@kitware.com>2023-01-20 13:00:19 -0500
commitebd81d0e123e5e6f14970a30d7368b7e182a4638 (patch)
treedee95ac8a6abca56de8f7b6f08ec8d2e73952c1c /.gitlab/ci
parent06c7e88b9148fce5721335409015892b6fa4faba (diff)
downloadcmake-ebd81d0e123e5e6f14970a30d7368b7e182a4638.tar.gz
ci: rebase nvidia-derived docker images on tags we control
According to NVIDIA's container image support policy [1], they will remove tags for older images over time. In order to preserve our ability to rebuild CI images based on them in the future, base them on tags we control. [1] https://gitlab.com/nvidia/container-images/cuda/blob/85fbd45b92/doc/support-policy.md
Diffstat (limited to '.gitlab/ci')
-rw-r--r--.gitlab/ci/docker/cuda10.2/Dockerfile2
-rw-r--r--.gitlab/ci/docker/cuda11.6/Dockerfile2
-rw-r--r--.gitlab/ci/docker/cuda11.8-minimal/Dockerfile2
-rw-r--r--.gitlab/ci/docker/cuda9.2/Dockerfile2
-rw-r--r--.gitlab/ci/docker/nvhpc22.11/Dockerfile2
5 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab/ci/docker/cuda10.2/Dockerfile b/.gitlab/ci/docker/cuda10.2/Dockerfile
index b6f37b5178..cd30446c43 100644
--- a/.gitlab/ci/docker/cuda10.2/Dockerfile
+++ b/.gitlab/ci/docker/cuda10.2/Dockerfile
@@ -1,4 +1,4 @@
-FROM nvidia/cuda:10.2-devel-ubuntu18.04
+FROM kitware/nvidia-cuda:10.2-devel-ubuntu18.04
MAINTAINER Ben Boeckel <ben.boeckel@kitware.com>
COPY llvm.list /etc/apt/sources.list.d/llvm.list
diff --git a/.gitlab/ci/docker/cuda11.6/Dockerfile b/.gitlab/ci/docker/cuda11.6/Dockerfile
index 27cdf8b91a..f69b0fdbbb 100644
--- a/.gitlab/ci/docker/cuda11.6/Dockerfile
+++ b/.gitlab/ci/docker/cuda11.6/Dockerfile
@@ -1,4 +1,4 @@
-FROM nvidia/cuda:11.6.0-devel-ubuntu20.04
+FROM kitware/nvidia-cuda:11.6.0-devel-ubuntu20.04
MAINTAINER Ben Boeckel <ben.boeckel@kitware.com>
COPY llvm.list /etc/apt/sources.list.d/llvm.list
diff --git a/.gitlab/ci/docker/cuda11.8-minimal/Dockerfile b/.gitlab/ci/docker/cuda11.8-minimal/Dockerfile
index 02e096e422..e185848bbd 100644
--- a/.gitlab/ci/docker/cuda11.8-minimal/Dockerfile
+++ b/.gitlab/ci/docker/cuda11.8-minimal/Dockerfile
@@ -1,4 +1,4 @@
-FROM nvidia/cuda:11.8.0-devel-ubuntu20.04
+FROM kitware/nvidia-cuda:11.8.0-devel-ubuntu20.04
MAINTAINER Robert Maynard <rmaynard@nvidia.com>
COPY install_deps.sh /root/install_deps.sh
diff --git a/.gitlab/ci/docker/cuda9.2/Dockerfile b/.gitlab/ci/docker/cuda9.2/Dockerfile
index 7eae886b53..d7e483b1c3 100644
--- a/.gitlab/ci/docker/cuda9.2/Dockerfile
+++ b/.gitlab/ci/docker/cuda9.2/Dockerfile
@@ -1,4 +1,4 @@
-FROM nvidia/cuda:9.2-devel-ubuntu16.04
+FROM kitware/nvidia-cuda:9.2-devel-ubuntu16.04
MAINTAINER Brad King <brad.king@kitware.com>
COPY install_deps.sh /root/install_deps.sh
diff --git a/.gitlab/ci/docker/nvhpc22.11/Dockerfile b/.gitlab/ci/docker/nvhpc22.11/Dockerfile
index 52f4f8ecaf..078ae37611 100644
--- a/.gitlab/ci/docker/nvhpc22.11/Dockerfile
+++ b/.gitlab/ci/docker/nvhpc22.11/Dockerfile
@@ -1,5 +1,5 @@
# https://catalog.ngc.nvidia.com/orgs/nvidia/containers/nvhpc/tags
-FROM nvcr.io/nvidia/nvhpc:22.11-devel-cuda_multi-ubuntu22.04
+FROM kitware/nvidia-nvhpc:22.11-devel-cuda_multi-ubuntu22.04
MAINTAINER Brad King <brad.king@kitware.com>
COPY install_deps.sh /root/install_deps.sh