From 56ce3b840cf7f79a809676d09372a71519f21c47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 19:25:47 +0900 Subject: [PATCH] Automatic update of container definition files (#723) - Auto-generated by [create-pull-request][1] [1]: https://github.com/peter-evans/create-pull-request Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- bakefiles/devel.docker-bake.json | 2 +- dockerfiles/cuda11_4.1.0.Dockerfile | 2 +- dockerfiles/cuda11_4.1.1.Dockerfile | 2 +- dockerfiles/cuda11_4.1.2.Dockerfile | 2 +- dockerfiles/cuda11_4.1.3.Dockerfile | 2 +- dockerfiles/cuda11_4.2.0.Dockerfile | 2 +- dockerfiles/cuda11_4.2.1.Dockerfile | 2 +- dockerfiles/cuda_4.2.2.Dockerfile | 2 +- dockerfiles/cuda_4.2.3.Dockerfile | 2 +- dockerfiles/cuda_4.3.0.Dockerfile | 2 +- dockerfiles/cuda_4.3.1.Dockerfile | 2 +- dockerfiles/cuda_4.3.2.Dockerfile | 2 +- dockerfiles/cuda_devel.Dockerfile | 2 +- dockerfiles/geospatial-dev-osgeo_4.3.2.Dockerfile | 2 +- dockerfiles/r-ver_4.0.0.Dockerfile | 2 +- dockerfiles/r-ver_4.0.1.Dockerfile | 2 +- dockerfiles/r-ver_4.0.2.Dockerfile | 2 +- dockerfiles/r-ver_4.0.3.Dockerfile | 2 +- dockerfiles/r-ver_4.0.4.Dockerfile | 2 +- dockerfiles/r-ver_4.0.5.Dockerfile | 2 +- dockerfiles/r-ver_4.1.0.Dockerfile | 2 +- dockerfiles/r-ver_4.1.1.Dockerfile | 2 +- dockerfiles/r-ver_4.1.2.Dockerfile | 2 +- dockerfiles/r-ver_4.1.3.Dockerfile | 2 +- dockerfiles/r-ver_4.2.0.Dockerfile | 2 +- dockerfiles/r-ver_4.2.1.Dockerfile | 2 +- dockerfiles/r-ver_4.2.2.Dockerfile | 2 +- dockerfiles/r-ver_4.2.3.Dockerfile | 2 +- dockerfiles/r-ver_4.3.0.Dockerfile | 2 +- dockerfiles/r-ver_4.3.1.Dockerfile | 2 +- dockerfiles/r-ver_4.3.2.Dockerfile | 2 +- stacks/devel.json | 2 +- stacks/extra.json | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) diff --git a/bakefiles/devel.docker-bake.json b/bakefiles/devel.docker-bake.json index 354477ed..826fd11d 100644 --- a/bakefiles/devel.docker-bake.json +++ b/bakefiles/devel.docker-bake.json @@ -188,7 +188,7 @@ "labels": { "org.opencontainers.image.title": "rocker/cuda", "org.opencontainers.image.description": "NVIDIA CUDA libraries added to Rocker image.", - "org.opencontainers.image.base.name": "docker.io/nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04" + "org.opencontainers.image.base.name": "docker.io/nvidia/cuda:11.8.0-cudnn8-devel-ubuntu24.04" }, "tags": [ "docker.io/rocker/cuda:devel" diff --git a/dockerfiles/cuda11_4.1.0.Dockerfile b/dockerfiles/cuda11_4.1.0.Dockerfile index 3473eda9..c95eeb7f 100644 --- a/dockerfiles/cuda11_4.1.0.Dockerfile +++ b/dockerfiles/cuda11_4.1.0.Dockerfile @@ -17,7 +17,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/focal/2021-08-09 +ENV CRAN=https://p3m.dev/cran/__linux__/focal/2021-08-09 ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/dockerfiles/cuda11_4.1.1.Dockerfile b/dockerfiles/cuda11_4.1.1.Dockerfile index 21c59197..a4cc2c15 100644 --- a/dockerfiles/cuda11_4.1.1.Dockerfile +++ b/dockerfiles/cuda11_4.1.1.Dockerfile @@ -17,7 +17,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/focal/2021-10-29 +ENV CRAN=https://p3m.dev/cran/__linux__/focal/2021-10-29 ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/dockerfiles/cuda11_4.1.2.Dockerfile b/dockerfiles/cuda11_4.1.2.Dockerfile index b905ce85..5bef610e 100644 --- a/dockerfiles/cuda11_4.1.2.Dockerfile +++ b/dockerfiles/cuda11_4.1.2.Dockerfile @@ -17,7 +17,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/focal/2022-03-09 +ENV CRAN=https://p3m.dev/cran/__linux__/focal/2022-03-09 ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/dockerfiles/cuda11_4.1.3.Dockerfile b/dockerfiles/cuda11_4.1.3.Dockerfile index 34b7376b..a09a83d8 100644 --- a/dockerfiles/cuda11_4.1.3.Dockerfile +++ b/dockerfiles/cuda11_4.1.3.Dockerfile @@ -17,7 +17,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/focal/2022-04-21 +ENV CRAN=https://p3m.dev/cran/__linux__/focal/2022-04-21 ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/dockerfiles/cuda11_4.2.0.Dockerfile b/dockerfiles/cuda11_4.2.0.Dockerfile index 39c03d54..13209c94 100644 --- a/dockerfiles/cuda11_4.2.0.Dockerfile +++ b/dockerfiles/cuda11_4.2.0.Dockerfile @@ -17,7 +17,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/focal/2022-06-22 +ENV CRAN=https://p3m.dev/cran/__linux__/focal/2022-06-22 ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/dockerfiles/cuda11_4.2.1.Dockerfile b/dockerfiles/cuda11_4.2.1.Dockerfile index 3f9853e5..7b38e74f 100644 --- a/dockerfiles/cuda11_4.2.1.Dockerfile +++ b/dockerfiles/cuda11_4.2.1.Dockerfile @@ -17,7 +17,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/focal/2022-10-28 +ENV CRAN=https://p3m.dev/cran/__linux__/focal/2022-10-28 ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/dockerfiles/cuda_4.2.2.Dockerfile b/dockerfiles/cuda_4.2.2.Dockerfile index 5ac9770c..3d909e4a 100644 --- a/dockerfiles/cuda_4.2.2.Dockerfile +++ b/dockerfiles/cuda_4.2.2.Dockerfile @@ -17,7 +17,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/jammy/2023-03-14 +ENV CRAN=https://p3m.dev/cran/__linux__/jammy/2023-03-14 ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/dockerfiles/cuda_4.2.3.Dockerfile b/dockerfiles/cuda_4.2.3.Dockerfile index 2ffc870b..c85fbdeb 100644 --- a/dockerfiles/cuda_4.2.3.Dockerfile +++ b/dockerfiles/cuda_4.2.3.Dockerfile @@ -17,7 +17,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/jammy/2023-04-20 +ENV CRAN=https://p3m.dev/cran/__linux__/jammy/2023-04-20 ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/dockerfiles/cuda_4.3.0.Dockerfile b/dockerfiles/cuda_4.3.0.Dockerfile index efeddf46..47c15baf 100644 --- a/dockerfiles/cuda_4.3.0.Dockerfile +++ b/dockerfiles/cuda_4.3.0.Dockerfile @@ -17,7 +17,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/jammy/2023-06-15 +ENV CRAN=https://p3m.dev/cran/__linux__/jammy/2023-06-15 ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/dockerfiles/cuda_4.3.1.Dockerfile b/dockerfiles/cuda_4.3.1.Dockerfile index d9329b8f..52516dc9 100644 --- a/dockerfiles/cuda_4.3.1.Dockerfile +++ b/dockerfiles/cuda_4.3.1.Dockerfile @@ -17,7 +17,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/jammy/2023-10-30 +ENV CRAN=https://p3m.dev/cran/__linux__/jammy/2023-10-30 ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/dockerfiles/cuda_4.3.2.Dockerfile b/dockerfiles/cuda_4.3.2.Dockerfile index 44bd2001..92861572 100644 --- a/dockerfiles/cuda_4.3.2.Dockerfile +++ b/dockerfiles/cuda_4.3.2.Dockerfile @@ -17,7 +17,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/jammy/latest +ENV CRAN=https://p3m.dev/cran/__linux__/jammy/latest ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/dockerfiles/cuda_devel.Dockerfile b/dockerfiles/cuda_devel.Dockerfile index efc49de8..dfafe70e 100644 --- a/dockerfiles/cuda_devel.Dockerfile +++ b/dockerfiles/cuda_devel.Dockerfile @@ -1,4 +1,4 @@ -FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04 +FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu24.04 LABEL org.opencontainers.image.licenses="GPL-2.0-or-later" \ org.opencontainers.image.source="https://github.com/rocker-org/rocker-versioned2" \ diff --git a/dockerfiles/geospatial-dev-osgeo_4.3.2.Dockerfile b/dockerfiles/geospatial-dev-osgeo_4.3.2.Dockerfile index 9cf6f818..13907c90 100644 --- a/dockerfiles/geospatial-dev-osgeo_4.3.2.Dockerfile +++ b/dockerfiles/geospatial-dev-osgeo_4.3.2.Dockerfile @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.licenses="GPL-2.0-or-later" \ org.opencontainers.image.authors="Carl Boettiger " ENV PROJ_VERSION=9.3.0 -ENV GDAL_VERSION=3.7.2 +ENV GDAL_VERSION=3.7.3 ENV GEOS_VERSION=3.12.0 COPY scripts/experimental/install_dev_osgeo.sh /rocker_scripts/experimental/install_dev_osgeo.sh diff --git a/dockerfiles/r-ver_4.0.0.Dockerfile b/dockerfiles/r-ver_4.0.0.Dockerfile index b765ebc1..72a441e3 100644 --- a/dockerfiles/r-ver_4.0.0.Dockerfile +++ b/dockerfiles/r-ver_4.0.0.Dockerfile @@ -13,7 +13,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/focal/2020-06-04 +ENV CRAN=https://p3m.dev/cran/__linux__/focal/2020-06-04 ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/dockerfiles/r-ver_4.0.1.Dockerfile b/dockerfiles/r-ver_4.0.1.Dockerfile index a39d2d54..d13b4b58 100644 --- a/dockerfiles/r-ver_4.0.1.Dockerfile +++ b/dockerfiles/r-ver_4.0.1.Dockerfile @@ -13,7 +13,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/focal/2020-06-18 +ENV CRAN=https://p3m.dev/cran/__linux__/focal/2020-06-18 ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/dockerfiles/r-ver_4.0.2.Dockerfile b/dockerfiles/r-ver_4.0.2.Dockerfile index 33c9dd9e..5132a6a7 100644 --- a/dockerfiles/r-ver_4.0.2.Dockerfile +++ b/dockerfiles/r-ver_4.0.2.Dockerfile @@ -13,7 +13,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/focal/2020-10-09 +ENV CRAN=https://p3m.dev/cran/__linux__/focal/2020-10-09 ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/dockerfiles/r-ver_4.0.3.Dockerfile b/dockerfiles/r-ver_4.0.3.Dockerfile index f042249a..8922962a 100644 --- a/dockerfiles/r-ver_4.0.3.Dockerfile +++ b/dockerfiles/r-ver_4.0.3.Dockerfile @@ -13,7 +13,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/focal/2021-02-11 +ENV CRAN=https://p3m.dev/cran/__linux__/focal/2021-02-11 ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/dockerfiles/r-ver_4.0.4.Dockerfile b/dockerfiles/r-ver_4.0.4.Dockerfile index 88d2fe23..f044e6e7 100644 --- a/dockerfiles/r-ver_4.0.4.Dockerfile +++ b/dockerfiles/r-ver_4.0.4.Dockerfile @@ -13,7 +13,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/focal/2021-03-30 +ENV CRAN=https://p3m.dev/cran/__linux__/focal/2021-03-30 ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/dockerfiles/r-ver_4.0.5.Dockerfile b/dockerfiles/r-ver_4.0.5.Dockerfile index 2dfdbe50..85f6cdad 100644 --- a/dockerfiles/r-ver_4.0.5.Dockerfile +++ b/dockerfiles/r-ver_4.0.5.Dockerfile @@ -13,7 +13,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/focal/2021-05-17 +ENV CRAN=https://p3m.dev/cran/__linux__/focal/2021-05-17 ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/dockerfiles/r-ver_4.1.0.Dockerfile b/dockerfiles/r-ver_4.1.0.Dockerfile index 23e70440..c0d7c9e4 100644 --- a/dockerfiles/r-ver_4.1.0.Dockerfile +++ b/dockerfiles/r-ver_4.1.0.Dockerfile @@ -13,7 +13,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/focal/2021-08-09 +ENV CRAN=https://p3m.dev/cran/__linux__/focal/2021-08-09 ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/dockerfiles/r-ver_4.1.1.Dockerfile b/dockerfiles/r-ver_4.1.1.Dockerfile index f492b2da..7d5b3b31 100644 --- a/dockerfiles/r-ver_4.1.1.Dockerfile +++ b/dockerfiles/r-ver_4.1.1.Dockerfile @@ -13,7 +13,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/focal/2021-10-29 +ENV CRAN=https://p3m.dev/cran/__linux__/focal/2021-10-29 ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/dockerfiles/r-ver_4.1.2.Dockerfile b/dockerfiles/r-ver_4.1.2.Dockerfile index 2b3b87ce..4b6d2e73 100644 --- a/dockerfiles/r-ver_4.1.2.Dockerfile +++ b/dockerfiles/r-ver_4.1.2.Dockerfile @@ -13,7 +13,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/focal/2022-03-09 +ENV CRAN=https://p3m.dev/cran/__linux__/focal/2022-03-09 ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/dockerfiles/r-ver_4.1.3.Dockerfile b/dockerfiles/r-ver_4.1.3.Dockerfile index 655da427..7f8f780e 100644 --- a/dockerfiles/r-ver_4.1.3.Dockerfile +++ b/dockerfiles/r-ver_4.1.3.Dockerfile @@ -13,7 +13,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/focal/2022-04-21 +ENV CRAN=https://p3m.dev/cran/__linux__/focal/2022-04-21 ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/dockerfiles/r-ver_4.2.0.Dockerfile b/dockerfiles/r-ver_4.2.0.Dockerfile index bf9f8b04..a6faee6e 100644 --- a/dockerfiles/r-ver_4.2.0.Dockerfile +++ b/dockerfiles/r-ver_4.2.0.Dockerfile @@ -13,7 +13,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/focal/2022-06-22 +ENV CRAN=https://p3m.dev/cran/__linux__/focal/2022-06-22 ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/dockerfiles/r-ver_4.2.1.Dockerfile b/dockerfiles/r-ver_4.2.1.Dockerfile index 91fec69a..2caf094f 100644 --- a/dockerfiles/r-ver_4.2.1.Dockerfile +++ b/dockerfiles/r-ver_4.2.1.Dockerfile @@ -13,7 +13,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/focal/2022-10-28 +ENV CRAN=https://p3m.dev/cran/__linux__/focal/2022-10-28 ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/dockerfiles/r-ver_4.2.2.Dockerfile b/dockerfiles/r-ver_4.2.2.Dockerfile index 7d6485d7..c8bd137a 100644 --- a/dockerfiles/r-ver_4.2.2.Dockerfile +++ b/dockerfiles/r-ver_4.2.2.Dockerfile @@ -13,7 +13,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/jammy/2023-03-14 +ENV CRAN=https://p3m.dev/cran/__linux__/jammy/2023-03-14 ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/dockerfiles/r-ver_4.2.3.Dockerfile b/dockerfiles/r-ver_4.2.3.Dockerfile index d90fee01..ea309050 100644 --- a/dockerfiles/r-ver_4.2.3.Dockerfile +++ b/dockerfiles/r-ver_4.2.3.Dockerfile @@ -13,7 +13,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/jammy/2023-04-20 +ENV CRAN=https://p3m.dev/cran/__linux__/jammy/2023-04-20 ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/dockerfiles/r-ver_4.3.0.Dockerfile b/dockerfiles/r-ver_4.3.0.Dockerfile index ce39423a..1e54094e 100644 --- a/dockerfiles/r-ver_4.3.0.Dockerfile +++ b/dockerfiles/r-ver_4.3.0.Dockerfile @@ -13,7 +13,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/jammy/2023-06-15 +ENV CRAN=https://p3m.dev/cran/__linux__/jammy/2023-06-15 ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/dockerfiles/r-ver_4.3.1.Dockerfile b/dockerfiles/r-ver_4.3.1.Dockerfile index 88258fe6..b6092745 100644 --- a/dockerfiles/r-ver_4.3.1.Dockerfile +++ b/dockerfiles/r-ver_4.3.1.Dockerfile @@ -13,7 +13,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/jammy/2023-10-30 +ENV CRAN=https://p3m.dev/cran/__linux__/jammy/2023-10-30 ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/dockerfiles/r-ver_4.3.2.Dockerfile b/dockerfiles/r-ver_4.3.2.Dockerfile index fe5f9726..5cf45095 100644 --- a/dockerfiles/r-ver_4.3.2.Dockerfile +++ b/dockerfiles/r-ver_4.3.2.Dockerfile @@ -13,7 +13,7 @@ COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN=https://packagemanager.posit.co/cran/__linux__/jammy/latest +ENV CRAN=https://p3m.dev/cran/__linux__/jammy/latest ENV LANG=en_US.UTF-8 COPY scripts /rocker_scripts diff --git a/stacks/devel.json b/stacks/devel.json index 2aca598c..55acb818 100644 --- a/stacks/devel.json +++ b/stacks/devel.json @@ -146,7 +146,7 @@ "org.opencontainers.image.title": "rocker/cuda", "org.opencontainers.image.description": "NVIDIA CUDA libraries added to Rocker image." }, - "FROM": "nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04", + "FROM": "nvidia/cuda:11.8.0-cudnn8-devel-ubuntu24.04", "ENV": { "R_VERSION": "devel", "R_HOME": "/usr/local/lib/R", diff --git a/stacks/extra.json b/stacks/extra.json index eeb6897f..6e62b86f 100644 --- a/stacks/extra.json +++ b/stacks/extra.json @@ -58,7 +58,7 @@ "FROM": "rocker/verse:4.3.2", "ENV": { "PROJ_VERSION": "9.3.0", - "GDAL_VERSION": "3.7.2", + "GDAL_VERSION": "3.7.3", "GEOS_VERSION": "3.12.0" }, "COPY": "scripts/experimental/install_dev_osgeo.sh /rocker_scripts/experimental/install_dev_osgeo.sh",