From 2393f40bb1366538e21d1137803b3c1dfec4d2e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 22:31:04 +0900 Subject: [PATCH] Automatic update of container definition files (#869) - 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/4.4.0.docker-bake.json | 296 -------- bakefiles/4.4.0.extra.docker-bake.json | 154 ----- bakefiles/4.4.2.docker-bake.json | 632 ++++++++++++++++++ bakefiles/4.4.2.extra.docker-bake.json | 238 +++++++ bakefiles/experimental.docker-bake.json | 4 +- build/args/4.4.0.json | 12 - build/args/4.4.2.json | 12 + build/args/devel.json | 2 +- build/args/history.tsv | 1 + build/matrix/all.json | 4 +- build/matrix/latest-two.json | 4 +- build/matrix/latest.json | 2 +- ...4.0.Dockerfile => binder_4.4.2.Dockerfile} | 2 +- ...4.4.0.Dockerfile => cuda_4.4.2.Dockerfile} | 4 +- ...Dockerfile => geospatial_4.4.2.Dockerfile} | 10 +- dockerfiles/geospatial_devel.Dockerfile | 2 +- ...0.Dockerfile => ml-verse_4.4.2.Dockerfile} | 6 +- ...l_4.4.0.Dockerfile => ml_4.4.2.Dockerfile} | 6 +- ....4.0.Dockerfile => r-ver_4.4.2.Dockerfile} | 6 +- ....0.Dockerfile => rstudio_4.4.2.Dockerfile} | 8 +- ...ockerfile => shiny-verse_4.4.2.Dockerfile} | 6 +- ....4.0.Dockerfile => shiny_4.4.2.Dockerfile} | 6 +- ....Dockerfile => tidyverse_4.4.2.Dockerfile} | 8 +- ....4.0.Dockerfile => verse_4.4.2.Dockerfile} | 10 +- dockerfiles/verse_devel.Dockerfile | 2 +- 25 files changed, 929 insertions(+), 508 deletions(-) delete mode 100644 bakefiles/4.4.0.docker-bake.json delete mode 100644 bakefiles/4.4.0.extra.docker-bake.json create mode 100644 bakefiles/4.4.2.docker-bake.json create mode 100644 bakefiles/4.4.2.extra.docker-bake.json delete mode 100644 build/args/4.4.0.json create mode 100644 build/args/4.4.2.json rename dockerfiles/{binder_4.4.0.Dockerfile => binder_4.4.2.Dockerfile} (91%) rename dockerfiles/{cuda_4.4.0.Dockerfile => cuda_4.4.2.Dockerfile} (91%) rename dockerfiles/{geospatial_4.4.0.Dockerfile => geospatial_4.4.2.Dockerfile} (86%) rename dockerfiles/{ml-verse_4.4.0.Dockerfile => ml-verse_4.4.2.Dockerfile} (94%) rename dockerfiles/{ml_4.4.0.Dockerfile => ml_4.4.2.Dockerfile} (93%) rename dockerfiles/{r-ver_4.4.0.Dockerfile => r-ver_4.4.2.Dockerfile} (74%) rename dockerfiles/{rstudio_4.4.0.Dockerfile => rstudio_4.4.2.Dockerfile} (87%) rename dockerfiles/{shiny-verse_4.4.0.Dockerfile => shiny-verse_4.4.2.Dockerfile} (88%) rename dockerfiles/{shiny_4.4.0.Dockerfile => shiny_4.4.2.Dockerfile} (86%) rename dockerfiles/{tidyverse_4.4.0.Dockerfile => tidyverse_4.4.2.Dockerfile} (88%) rename dockerfiles/{verse_4.4.0.Dockerfile => verse_4.4.2.Dockerfile} (85%) diff --git a/bakefiles/4.4.0.docker-bake.json b/bakefiles/4.4.0.docker-bake.json deleted file mode 100644 index c1764e86..00000000 --- a/bakefiles/4.4.0.docker-bake.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "group": [ - { - "default": [ - { - "targets": [ - "r-ver", - "rstudio", - "tidyverse", - "shiny", - "shiny-verse", - "verse", - "geospatial" - ] - } - ] - } - ], - "target": { - "r-ver": { - "dockerfile": "dockerfiles/r-ver_4.4.0.Dockerfile", - "labels": { - "org.opencontainers.image.title": "rocker/r-ver", - "org.opencontainers.image.description": "Reproducible builds to fixed version of R", - "org.opencontainers.image.base.name": "docker.io/library/ubuntu:jammy", - "org.opencontainers.image.version": "R-4.4.0", - "org.opencontainers.image.licenses": "GPL-2.0-or-later", - "org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2", - "org.opencontainers.image.vendor": "Rocker Project", - "org.opencontainers.image.authors": "Carl Boettiger " - }, - "platforms": [ - "linux/amd64", - "linux/arm64" - ], - "cache-to": [ - "type=inline" - ], - "tags": [ - "docker.io/rocker/r-ver:4.4.0", - "ghcr.io/rocker-org/r-ver:4.4.0" - ], - "cache-from": [ - "docker.io/rocker/r-ver:4.4.0", - "ghcr.io/rocker-org/r-ver:4.4.0", - "docker.io/rocker/rstudio:4.4.0", - "ghcr.io/rocker-org/rstudio:4.4.0", - "docker.io/rocker/tidyverse:4.4.0", - "ghcr.io/rocker-org/tidyverse:4.4.0", - "docker.io/rocker/verse:4.4.0", - "ghcr.io/rocker-org/verse:4.4.0", - "docker.io/rocker/geospatial:4.4.0", - "ghcr.io/rocker-org/geospatial:4.4.0", - "docker.io/rocker/shiny:4.4.0", - "ghcr.io/rocker-org/shiny:4.4.0", - "docker.io/rocker/shiny-verse:4.4.0", - "ghcr.io/rocker-org/shiny-verse:4.4.0" - ] - }, - "rstudio": { - "dockerfile": "dockerfiles/rstudio_4.4.0.Dockerfile", - "labels": { - "org.opencontainers.image.title": "rocker/rstudio", - "org.opencontainers.image.description": "RStudio Server with fixed version of R", - "org.opencontainers.image.base.name": "docker.io/library/ubuntu:jammy", - "org.opencontainers.image.version": "R-4.4.0", - "org.opencontainers.image.licenses": "GPL-2.0-or-later", - "org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2", - "org.opencontainers.image.vendor": "Rocker Project", - "org.opencontainers.image.authors": "Carl Boettiger " - }, - "platforms": [ - "linux/amd64", - "linux/arm64" - ], - "cache-to": [ - "type=inline" - ], - "tags": [ - "docker.io/rocker/rstudio:4.4.0", - "ghcr.io/rocker-org/rstudio:4.4.0" - ], - "cache-from": [ - "docker.io/rocker/r-ver:4.4.0", - "ghcr.io/rocker-org/r-ver:4.4.0", - "docker.io/rocker/rstudio:4.4.0", - "ghcr.io/rocker-org/rstudio:4.4.0", - "docker.io/rocker/tidyverse:4.4.0", - "ghcr.io/rocker-org/tidyverse:4.4.0", - "docker.io/rocker/verse:4.4.0", - "ghcr.io/rocker-org/verse:4.4.0", - "docker.io/rocker/geospatial:4.4.0", - "ghcr.io/rocker-org/geospatial:4.4.0", - "docker.io/rocker/shiny:4.4.0", - "ghcr.io/rocker-org/shiny:4.4.0", - "docker.io/rocker/shiny-verse:4.4.0", - "ghcr.io/rocker-org/shiny-verse:4.4.0" - ] - }, - "tidyverse": { - "dockerfile": "dockerfiles/tidyverse_4.4.0.Dockerfile", - "labels": { - "org.opencontainers.image.title": "rocker/tidyverse", - "org.opencontainers.image.description": "Version-stable build of R, RStudio Server, and R packages.", - "org.opencontainers.image.base.name": "docker.io/library/ubuntu:jammy", - "org.opencontainers.image.version": "R-4.4.0", - "org.opencontainers.image.licenses": "GPL-2.0-or-later", - "org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2", - "org.opencontainers.image.vendor": "Rocker Project", - "org.opencontainers.image.authors": "Carl Boettiger " - }, - "platforms": [ - "linux/amd64" - ], - "cache-to": [ - "type=inline" - ], - "tags": [ - "docker.io/rocker/tidyverse:4.4.0", - "ghcr.io/rocker-org/tidyverse:4.4.0" - ], - "cache-from": [ - "docker.io/rocker/r-ver:4.4.0", - "ghcr.io/rocker-org/r-ver:4.4.0", - "docker.io/rocker/rstudio:4.4.0", - "ghcr.io/rocker-org/rstudio:4.4.0", - "docker.io/rocker/tidyverse:4.4.0", - "ghcr.io/rocker-org/tidyverse:4.4.0", - "docker.io/rocker/verse:4.4.0", - "ghcr.io/rocker-org/verse:4.4.0", - "docker.io/rocker/geospatial:4.4.0", - "ghcr.io/rocker-org/geospatial:4.4.0", - "docker.io/rocker/shiny:4.4.0", - "ghcr.io/rocker-org/shiny:4.4.0", - "docker.io/rocker/shiny-verse:4.4.0", - "ghcr.io/rocker-org/shiny-verse:4.4.0" - ] - }, - "verse": { - "dockerfile": "dockerfiles/verse_4.4.0.Dockerfile", - "labels": { - "org.opencontainers.image.title": "rocker/verse", - "org.opencontainers.image.description": "Adds tex & related publishing packages to version-locked tidyverse image.", - "org.opencontainers.image.base.name": "docker.io/library/ubuntu:jammy", - "org.opencontainers.image.version": "R-4.4.0", - "org.opencontainers.image.licenses": "GPL-2.0-or-later", - "org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2", - "org.opencontainers.image.vendor": "Rocker Project", - "org.opencontainers.image.authors": "Carl Boettiger " - }, - "platforms": [ - "linux/amd64" - ], - "cache-to": [ - "type=inline" - ], - "tags": [ - "docker.io/rocker/verse:4.4.0", - "ghcr.io/rocker-org/verse:4.4.0" - ], - "cache-from": [ - "docker.io/rocker/r-ver:4.4.0", - "ghcr.io/rocker-org/r-ver:4.4.0", - "docker.io/rocker/rstudio:4.4.0", - "ghcr.io/rocker-org/rstudio:4.4.0", - "docker.io/rocker/tidyverse:4.4.0", - "ghcr.io/rocker-org/tidyverse:4.4.0", - "docker.io/rocker/verse:4.4.0", - "ghcr.io/rocker-org/verse:4.4.0", - "docker.io/rocker/geospatial:4.4.0", - "ghcr.io/rocker-org/geospatial:4.4.0", - "docker.io/rocker/shiny:4.4.0", - "ghcr.io/rocker-org/shiny:4.4.0", - "docker.io/rocker/shiny-verse:4.4.0", - "ghcr.io/rocker-org/shiny-verse:4.4.0" - ] - }, - "geospatial": { - "dockerfile": "dockerfiles/geospatial_4.4.0.Dockerfile", - "labels": { - "org.opencontainers.image.title": "rocker/geospatial", - "org.opencontainers.image.description": "Docker-based Geospatial toolkit for R, built on versioned Rocker image.", - "org.opencontainers.image.base.name": "docker.io/library/ubuntu:jammy", - "org.opencontainers.image.version": "R-4.4.0", - "org.opencontainers.image.licenses": "GPL-2.0-or-later", - "org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2", - "org.opencontainers.image.vendor": "Rocker Project", - "org.opencontainers.image.authors": "Carl Boettiger " - }, - "platforms": [ - "linux/amd64" - ], - "cache-to": [ - "type=inline" - ], - "tags": [ - "docker.io/rocker/geospatial:4.4.0", - "ghcr.io/rocker-org/geospatial:4.4.0" - ], - "cache-from": [ - "docker.io/rocker/r-ver:4.4.0", - "ghcr.io/rocker-org/r-ver:4.4.0", - "docker.io/rocker/rstudio:4.4.0", - "ghcr.io/rocker-org/rstudio:4.4.0", - "docker.io/rocker/tidyverse:4.4.0", - "ghcr.io/rocker-org/tidyverse:4.4.0", - "docker.io/rocker/verse:4.4.0", - "ghcr.io/rocker-org/verse:4.4.0", - "docker.io/rocker/geospatial:4.4.0", - "ghcr.io/rocker-org/geospatial:4.4.0", - "docker.io/rocker/shiny:4.4.0", - "ghcr.io/rocker-org/shiny:4.4.0", - "docker.io/rocker/shiny-verse:4.4.0", - "ghcr.io/rocker-org/shiny-verse:4.4.0" - ] - }, - "shiny": { - "dockerfile": "dockerfiles/shiny_4.4.0.Dockerfile", - "labels": { - "org.opencontainers.image.title": "rocker/shiny", - "org.opencontainers.image.description": "Shiny Server on versioned Rocker image.", - "org.opencontainers.image.base.name": "docker.io/library/ubuntu:jammy", - "org.opencontainers.image.version": "R-4.4.0", - "org.opencontainers.image.licenses": "GPL-2.0-or-later", - "org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2", - "org.opencontainers.image.vendor": "Rocker Project", - "org.opencontainers.image.authors": "Carl Boettiger " - }, - "platforms": [ - "linux/amd64" - ], - "cache-to": [ - "type=inline" - ], - "tags": [ - "docker.io/rocker/shiny:4.4.0", - "ghcr.io/rocker-org/shiny:4.4.0" - ], - "cache-from": [ - "docker.io/rocker/r-ver:4.4.0", - "ghcr.io/rocker-org/r-ver:4.4.0", - "docker.io/rocker/rstudio:4.4.0", - "ghcr.io/rocker-org/rstudio:4.4.0", - "docker.io/rocker/tidyverse:4.4.0", - "ghcr.io/rocker-org/tidyverse:4.4.0", - "docker.io/rocker/verse:4.4.0", - "ghcr.io/rocker-org/verse:4.4.0", - "docker.io/rocker/geospatial:4.4.0", - "ghcr.io/rocker-org/geospatial:4.4.0", - "docker.io/rocker/shiny:4.4.0", - "ghcr.io/rocker-org/shiny:4.4.0", - "docker.io/rocker/shiny-verse:4.4.0", - "ghcr.io/rocker-org/shiny-verse:4.4.0" - ] - }, - "shiny-verse": { - "dockerfile": "dockerfiles/shiny-verse_4.4.0.Dockerfile", - "labels": { - "org.opencontainers.image.title": "rocker/shiny-verse", - "org.opencontainers.image.description": "Rocker Shiny image + Tidyverse R packages. Uses version-stable image.", - "org.opencontainers.image.base.name": "docker.io/library/ubuntu:jammy", - "org.opencontainers.image.version": "R-4.4.0", - "org.opencontainers.image.licenses": "GPL-2.0-or-later", - "org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2", - "org.opencontainers.image.vendor": "Rocker Project", - "org.opencontainers.image.authors": "Carl Boettiger " - }, - "platforms": [ - "linux/amd64" - ], - "cache-to": [ - "type=inline" - ], - "tags": [ - "docker.io/rocker/shiny-verse:4.4.0", - "ghcr.io/rocker-org/shiny-verse:4.4.0" - ], - "cache-from": [ - "docker.io/rocker/r-ver:4.4.0", - "ghcr.io/rocker-org/r-ver:4.4.0", - "docker.io/rocker/rstudio:4.4.0", - "ghcr.io/rocker-org/rstudio:4.4.0", - "docker.io/rocker/tidyverse:4.4.0", - "ghcr.io/rocker-org/tidyverse:4.4.0", - "docker.io/rocker/verse:4.4.0", - "ghcr.io/rocker-org/verse:4.4.0", - "docker.io/rocker/geospatial:4.4.0", - "ghcr.io/rocker-org/geospatial:4.4.0", - "docker.io/rocker/shiny:4.4.0", - "ghcr.io/rocker-org/shiny:4.4.0", - "docker.io/rocker/shiny-verse:4.4.0", - "ghcr.io/rocker-org/shiny-verse:4.4.0" - ] - } - } -} diff --git a/bakefiles/4.4.0.extra.docker-bake.json b/bakefiles/4.4.0.extra.docker-bake.json deleted file mode 100644 index 5821b392..00000000 --- a/bakefiles/4.4.0.extra.docker-bake.json +++ /dev/null @@ -1,154 +0,0 @@ -{ - "group": [ - { - "default": [ - { - "targets": [ - "cuda", - "ml", - "ml-verse", - "binder" - ] - } - ], - "binder-images": [ - { - "targets": [ - "binder" - ] - } - ], - "cuda-images": [ - { - "targets": [ - "cuda", - "ml", - "ml-verse" - ] - } - ] - } - ], - "target": { - "binder": { - "dockerfile": "dockerfiles/binder_4.4.0.Dockerfile", - "labels": { - "org.opencontainers.image.title": "rocker/binder", - "org.opencontainers.image.description": "Adds Jupyter to rocker/geospatial. RStudio Server can be started from Jupyter.", - "org.opencontainers.image.base.name": "docker.io/rocker/geospatial:4.4.0", - "org.opencontainers.image.version": "R-4.4.0", - "org.opencontainers.image.licenses": "GPL-2.0-or-later", - "org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2", - "org.opencontainers.image.vendor": "Rocker Project", - "org.opencontainers.image.authors": "Carl Boettiger " - }, - "platforms": [ - "linux/amd64" - ], - "cache-to": [ - "type=inline" - ], - "tags": [ - "docker.io/rocker/binder:4.4.0", - "ghcr.io/rocker-org/binder:4.4.0" - ], - "cache-from": [ - "docker.io/rocker/binder:4.4.0", - "ghcr.io/rocker-org/binder:4.4.0" - ] - }, - "cuda": { - "dockerfile": "dockerfiles/cuda_4.4.0.Dockerfile", - "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.version": "R-4.4.0", - "org.opencontainers.image.licenses": "GPL-2.0-or-later", - "org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2", - "org.opencontainers.image.vendor": "Rocker Project", - "org.opencontainers.image.authors": "Carl Boettiger " - }, - "platforms": [ - "linux/amd64" - ], - "cache-to": [ - "type=inline" - ], - "tags": [ - "docker.io/rocker/cuda:4.4.0", - "ghcr.io/rocker-org/cuda:4.4.0" - ], - "cache-from": [ - "docker.io/rocker/cuda:4.4.0", - "ghcr.io/rocker-org/cuda:4.4.0", - "docker.io/rocker/ml:4.4.0", - "ghcr.io/rocker-org/ml:4.4.0", - "docker.io/rocker/ml-verse:4.4.0", - "ghcr.io/rocker-org/ml-verse:4.4.0" - ] - }, - "ml": { - "dockerfile": "dockerfiles/ml_4.4.0.Dockerfile", - "labels": { - "org.opencontainers.image.title": "rocker/ml", - "org.opencontainers.image.description": "Docker image with R + GPU support for machine learning libraries.", - "org.opencontainers.image.base.name": "docker.io/nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04", - "org.opencontainers.image.version": "R-4.4.0", - "org.opencontainers.image.licenses": "GPL-2.0-or-later", - "org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2", - "org.opencontainers.image.vendor": "Rocker Project", - "org.opencontainers.image.authors": "Carl Boettiger " - }, - "platforms": [ - "linux/amd64" - ], - "cache-to": [ - "type=inline" - ], - "tags": [ - "docker.io/rocker/ml:4.4.0", - "ghcr.io/rocker-org/ml:4.4.0" - ], - "cache-from": [ - "docker.io/rocker/cuda:4.4.0", - "ghcr.io/rocker-org/cuda:4.4.0", - "docker.io/rocker/ml:4.4.0", - "ghcr.io/rocker-org/ml:4.4.0", - "docker.io/rocker/ml-verse:4.4.0", - "ghcr.io/rocker-org/ml-verse:4.4.0" - ] - }, - "ml-verse": { - "dockerfile": "dockerfiles/ml-verse_4.4.0.Dockerfile", - "labels": { - "org.opencontainers.image.title": "rocker/ml-verse", - "org.opencontainers.image.description": "Docker image with R + GPU support for machine learning libraries, and many R packages.", - "org.opencontainers.image.base.name": "docker.io/nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04", - "org.opencontainers.image.version": "R-4.4.0", - "org.opencontainers.image.licenses": "GPL-2.0-or-later", - "org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2", - "org.opencontainers.image.vendor": "Rocker Project", - "org.opencontainers.image.authors": "Carl Boettiger " - }, - "platforms": [ - "linux/amd64" - ], - "cache-to": [ - "type=inline" - ], - "tags": [ - "docker.io/rocker/ml-verse:4.4.0", - "ghcr.io/rocker-org/ml-verse:4.4.0" - ], - "cache-from": [ - "docker.io/rocker/cuda:4.4.0", - "ghcr.io/rocker-org/cuda:4.4.0", - "docker.io/rocker/ml:4.4.0", - "ghcr.io/rocker-org/ml:4.4.0", - "docker.io/rocker/ml-verse:4.4.0", - "ghcr.io/rocker-org/ml-verse:4.4.0" - ] - } - } -} diff --git a/bakefiles/4.4.2.docker-bake.json b/bakefiles/4.4.2.docker-bake.json new file mode 100644 index 00000000..0f0a7367 --- /dev/null +++ b/bakefiles/4.4.2.docker-bake.json @@ -0,0 +1,632 @@ +{ + "group": [ + { + "default": [ + { + "targets": [ + "r-ver", + "rstudio", + "tidyverse", + "shiny", + "shiny-verse", + "verse", + "geospatial" + ] + } + ] + } + ], + "target": { + "r-ver": { + "dockerfile": "dockerfiles/r-ver_4.4.2.Dockerfile", + "labels": { + "org.opencontainers.image.title": "rocker/r-ver", + "org.opencontainers.image.description": "Reproducible builds to fixed version of R", + "org.opencontainers.image.base.name": "docker.io/library/ubuntu:noble", + "org.opencontainers.image.version": "R-4.4.2", + "org.opencontainers.image.licenses": "GPL-2.0-or-later", + "org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2", + "org.opencontainers.image.vendor": "Rocker Project", + "org.opencontainers.image.authors": "Carl Boettiger " + }, + "platforms": [ + "linux/amd64", + "linux/arm64" + ], + "cache-to": [ + "type=inline" + ], + "tags": [ + "docker.io/rocker/r-ver:4.4.2", + "ghcr.io/rocker-org/r-ver:4.4.2", + "docker.io/rocker/r-ver:4.4", + "ghcr.io/rocker-org/r-ver:4.4", + "docker.io/rocker/r-ver:4", + "ghcr.io/rocker-org/r-ver:4", + "docker.io/rocker/r-ver:latest", + "ghcr.io/rocker-org/r-ver:latest" + ], + "cache-from": [ + "docker.io/rocker/r-ver:4.4.2", + "ghcr.io/rocker-org/r-ver:4.4.2", + "docker.io/rocker/r-ver:4.4", + "ghcr.io/rocker-org/r-ver:4.4", + "docker.io/rocker/r-ver:4", + "ghcr.io/rocker-org/r-ver:4", + "docker.io/rocker/r-ver:latest", + "ghcr.io/rocker-org/r-ver:latest", + "docker.io/rocker/rstudio:4.4.2", + "ghcr.io/rocker-org/rstudio:4.4.2", + "docker.io/rocker/rstudio:4.4", + "ghcr.io/rocker-org/rstudio:4.4", + "docker.io/rocker/rstudio:4", + "ghcr.io/rocker-org/rstudio:4", + "docker.io/rocker/rstudio:latest", + "ghcr.io/rocker-org/rstudio:latest", + "docker.io/rocker/tidyverse:4.4.2", + "ghcr.io/rocker-org/tidyverse:4.4.2", + "docker.io/rocker/tidyverse:4.4", + "ghcr.io/rocker-org/tidyverse:4.4", + "docker.io/rocker/tidyverse:4", + "ghcr.io/rocker-org/tidyverse:4", + "docker.io/rocker/tidyverse:latest", + "ghcr.io/rocker-org/tidyverse:latest", + "docker.io/rocker/verse:4.4.2", + "ghcr.io/rocker-org/verse:4.4.2", + "docker.io/rocker/verse:4.4", + "ghcr.io/rocker-org/verse:4.4", + "docker.io/rocker/verse:4", + "ghcr.io/rocker-org/verse:4", + "docker.io/rocker/verse:latest", + "ghcr.io/rocker-org/verse:latest", + "docker.io/rocker/geospatial:4.4.2", + "ghcr.io/rocker-org/geospatial:4.4.2", + "docker.io/rocker/geospatial:4.4", + "ghcr.io/rocker-org/geospatial:4.4", + "docker.io/rocker/geospatial:4", + "ghcr.io/rocker-org/geospatial:4", + "docker.io/rocker/geospatial:latest", + "ghcr.io/rocker-org/geospatial:latest", + "docker.io/rocker/shiny:4.4.2", + "ghcr.io/rocker-org/shiny:4.4.2", + "docker.io/rocker/shiny:4.4", + "ghcr.io/rocker-org/shiny:4.4", + "docker.io/rocker/shiny:4", + "ghcr.io/rocker-org/shiny:4", + "docker.io/rocker/shiny:latest", + "ghcr.io/rocker-org/shiny:latest", + "docker.io/rocker/shiny-verse:4.4.2", + "ghcr.io/rocker-org/shiny-verse:4.4.2", + "docker.io/rocker/shiny-verse:4.4", + "ghcr.io/rocker-org/shiny-verse:4.4", + "docker.io/rocker/shiny-verse:4", + "ghcr.io/rocker-org/shiny-verse:4", + "docker.io/rocker/shiny-verse:latest", + "ghcr.io/rocker-org/shiny-verse:latest" + ] + }, + "rstudio": { + "dockerfile": "dockerfiles/rstudio_4.4.2.Dockerfile", + "labels": { + "org.opencontainers.image.title": "rocker/rstudio", + "org.opencontainers.image.description": "RStudio Server with fixed version of R", + "org.opencontainers.image.base.name": "docker.io/library/ubuntu:noble", + "org.opencontainers.image.version": "R-4.4.2", + "org.opencontainers.image.licenses": "GPL-2.0-or-later", + "org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2", + "org.opencontainers.image.vendor": "Rocker Project", + "org.opencontainers.image.authors": "Carl Boettiger " + }, + "platforms": [ + "linux/amd64", + "linux/arm64" + ], + "cache-to": [ + "type=inline" + ], + "tags": [ + "docker.io/rocker/rstudio:4.4.2", + "ghcr.io/rocker-org/rstudio:4.4.2", + "docker.io/rocker/rstudio:4.4", + "ghcr.io/rocker-org/rstudio:4.4", + "docker.io/rocker/rstudio:4", + "ghcr.io/rocker-org/rstudio:4", + "docker.io/rocker/rstudio:latest", + "ghcr.io/rocker-org/rstudio:latest" + ], + "cache-from": [ + "docker.io/rocker/r-ver:4.4.2", + "ghcr.io/rocker-org/r-ver:4.4.2", + "docker.io/rocker/r-ver:4.4", + "ghcr.io/rocker-org/r-ver:4.4", + "docker.io/rocker/r-ver:4", + "ghcr.io/rocker-org/r-ver:4", + "docker.io/rocker/r-ver:latest", + "ghcr.io/rocker-org/r-ver:latest", + "docker.io/rocker/rstudio:4.4.2", + "ghcr.io/rocker-org/rstudio:4.4.2", + "docker.io/rocker/rstudio:4.4", + "ghcr.io/rocker-org/rstudio:4.4", + "docker.io/rocker/rstudio:4", + "ghcr.io/rocker-org/rstudio:4", + "docker.io/rocker/rstudio:latest", + "ghcr.io/rocker-org/rstudio:latest", + "docker.io/rocker/tidyverse:4.4.2", + "ghcr.io/rocker-org/tidyverse:4.4.2", + "docker.io/rocker/tidyverse:4.4", + "ghcr.io/rocker-org/tidyverse:4.4", + "docker.io/rocker/tidyverse:4", + "ghcr.io/rocker-org/tidyverse:4", + "docker.io/rocker/tidyverse:latest", + "ghcr.io/rocker-org/tidyverse:latest", + "docker.io/rocker/verse:4.4.2", + "ghcr.io/rocker-org/verse:4.4.2", + "docker.io/rocker/verse:4.4", + "ghcr.io/rocker-org/verse:4.4", + "docker.io/rocker/verse:4", + "ghcr.io/rocker-org/verse:4", + "docker.io/rocker/verse:latest", + "ghcr.io/rocker-org/verse:latest", + "docker.io/rocker/geospatial:4.4.2", + "ghcr.io/rocker-org/geospatial:4.4.2", + "docker.io/rocker/geospatial:4.4", + "ghcr.io/rocker-org/geospatial:4.4", + "docker.io/rocker/geospatial:4", + "ghcr.io/rocker-org/geospatial:4", + "docker.io/rocker/geospatial:latest", + "ghcr.io/rocker-org/geospatial:latest", + "docker.io/rocker/shiny:4.4.2", + "ghcr.io/rocker-org/shiny:4.4.2", + "docker.io/rocker/shiny:4.4", + "ghcr.io/rocker-org/shiny:4.4", + "docker.io/rocker/shiny:4", + "ghcr.io/rocker-org/shiny:4", + "docker.io/rocker/shiny:latest", + "ghcr.io/rocker-org/shiny:latest", + "docker.io/rocker/shiny-verse:4.4.2", + "ghcr.io/rocker-org/shiny-verse:4.4.2", + "docker.io/rocker/shiny-verse:4.4", + "ghcr.io/rocker-org/shiny-verse:4.4", + "docker.io/rocker/shiny-verse:4", + "ghcr.io/rocker-org/shiny-verse:4", + "docker.io/rocker/shiny-verse:latest", + "ghcr.io/rocker-org/shiny-verse:latest" + ] + }, + "tidyverse": { + "dockerfile": "dockerfiles/tidyverse_4.4.2.Dockerfile", + "labels": { + "org.opencontainers.image.title": "rocker/tidyverse", + "org.opencontainers.image.description": "Version-stable build of R, RStudio Server, and R packages.", + "org.opencontainers.image.base.name": "docker.io/library/ubuntu:noble", + "org.opencontainers.image.version": "R-4.4.2", + "org.opencontainers.image.licenses": "GPL-2.0-or-later", + "org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2", + "org.opencontainers.image.vendor": "Rocker Project", + "org.opencontainers.image.authors": "Carl Boettiger " + }, + "platforms": [ + "linux/amd64" + ], + "cache-to": [ + "type=inline" + ], + "tags": [ + "docker.io/rocker/tidyverse:4.4.2", + "ghcr.io/rocker-org/tidyverse:4.4.2", + "docker.io/rocker/tidyverse:4.4", + "ghcr.io/rocker-org/tidyverse:4.4", + "docker.io/rocker/tidyverse:4", + "ghcr.io/rocker-org/tidyverse:4", + "docker.io/rocker/tidyverse:latest", + "ghcr.io/rocker-org/tidyverse:latest" + ], + "cache-from": [ + "docker.io/rocker/r-ver:4.4.2", + "ghcr.io/rocker-org/r-ver:4.4.2", + "docker.io/rocker/r-ver:4.4", + "ghcr.io/rocker-org/r-ver:4.4", + "docker.io/rocker/r-ver:4", + "ghcr.io/rocker-org/r-ver:4", + "docker.io/rocker/r-ver:latest", + "ghcr.io/rocker-org/r-ver:latest", + "docker.io/rocker/rstudio:4.4.2", + "ghcr.io/rocker-org/rstudio:4.4.2", + "docker.io/rocker/rstudio:4.4", + "ghcr.io/rocker-org/rstudio:4.4", + "docker.io/rocker/rstudio:4", + "ghcr.io/rocker-org/rstudio:4", + "docker.io/rocker/rstudio:latest", + "ghcr.io/rocker-org/rstudio:latest", + "docker.io/rocker/tidyverse:4.4.2", + "ghcr.io/rocker-org/tidyverse:4.4.2", + "docker.io/rocker/tidyverse:4.4", + "ghcr.io/rocker-org/tidyverse:4.4", + "docker.io/rocker/tidyverse:4", + "ghcr.io/rocker-org/tidyverse:4", + "docker.io/rocker/tidyverse:latest", + "ghcr.io/rocker-org/tidyverse:latest", + "docker.io/rocker/verse:4.4.2", + "ghcr.io/rocker-org/verse:4.4.2", + "docker.io/rocker/verse:4.4", + "ghcr.io/rocker-org/verse:4.4", + "docker.io/rocker/verse:4", + "ghcr.io/rocker-org/verse:4", + "docker.io/rocker/verse:latest", + "ghcr.io/rocker-org/verse:latest", + "docker.io/rocker/geospatial:4.4.2", + "ghcr.io/rocker-org/geospatial:4.4.2", + "docker.io/rocker/geospatial:4.4", + "ghcr.io/rocker-org/geospatial:4.4", + "docker.io/rocker/geospatial:4", + "ghcr.io/rocker-org/geospatial:4", + "docker.io/rocker/geospatial:latest", + "ghcr.io/rocker-org/geospatial:latest", + "docker.io/rocker/shiny:4.4.2", + "ghcr.io/rocker-org/shiny:4.4.2", + "docker.io/rocker/shiny:4.4", + "ghcr.io/rocker-org/shiny:4.4", + "docker.io/rocker/shiny:4", + "ghcr.io/rocker-org/shiny:4", + "docker.io/rocker/shiny:latest", + "ghcr.io/rocker-org/shiny:latest", + "docker.io/rocker/shiny-verse:4.4.2", + "ghcr.io/rocker-org/shiny-verse:4.4.2", + "docker.io/rocker/shiny-verse:4.4", + "ghcr.io/rocker-org/shiny-verse:4.4", + "docker.io/rocker/shiny-verse:4", + "ghcr.io/rocker-org/shiny-verse:4", + "docker.io/rocker/shiny-verse:latest", + "ghcr.io/rocker-org/shiny-verse:latest" + ] + }, + "verse": { + "dockerfile": "dockerfiles/verse_4.4.2.Dockerfile", + "labels": { + "org.opencontainers.image.title": "rocker/verse", + "org.opencontainers.image.description": "Adds tex & related publishing packages to version-locked tidyverse image.", + "org.opencontainers.image.base.name": "docker.io/library/ubuntu:noble", + "org.opencontainers.image.version": "R-4.4.2", + "org.opencontainers.image.licenses": "GPL-2.0-or-later", + "org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2", + "org.opencontainers.image.vendor": "Rocker Project", + "org.opencontainers.image.authors": "Carl Boettiger " + }, + "platforms": [ + "linux/amd64" + ], + "cache-to": [ + "type=inline" + ], + "tags": [ + "docker.io/rocker/verse:4.4.2", + "ghcr.io/rocker-org/verse:4.4.2", + "docker.io/rocker/verse:4.4", + "ghcr.io/rocker-org/verse:4.4", + "docker.io/rocker/verse:4", + "ghcr.io/rocker-org/verse:4", + "docker.io/rocker/verse:latest", + "ghcr.io/rocker-org/verse:latest" + ], + "cache-from": [ + "docker.io/rocker/r-ver:4.4.2", + "ghcr.io/rocker-org/r-ver:4.4.2", + "docker.io/rocker/r-ver:4.4", + "ghcr.io/rocker-org/r-ver:4.4", + "docker.io/rocker/r-ver:4", + "ghcr.io/rocker-org/r-ver:4", + "docker.io/rocker/r-ver:latest", + "ghcr.io/rocker-org/r-ver:latest", + "docker.io/rocker/rstudio:4.4.2", + "ghcr.io/rocker-org/rstudio:4.4.2", + "docker.io/rocker/rstudio:4.4", + "ghcr.io/rocker-org/rstudio:4.4", + "docker.io/rocker/rstudio:4", + "ghcr.io/rocker-org/rstudio:4", + "docker.io/rocker/rstudio:latest", + "ghcr.io/rocker-org/rstudio:latest", + "docker.io/rocker/tidyverse:4.4.2", + "ghcr.io/rocker-org/tidyverse:4.4.2", + "docker.io/rocker/tidyverse:4.4", + "ghcr.io/rocker-org/tidyverse:4.4", + "docker.io/rocker/tidyverse:4", + "ghcr.io/rocker-org/tidyverse:4", + "docker.io/rocker/tidyverse:latest", + "ghcr.io/rocker-org/tidyverse:latest", + "docker.io/rocker/verse:4.4.2", + "ghcr.io/rocker-org/verse:4.4.2", + "docker.io/rocker/verse:4.4", + "ghcr.io/rocker-org/verse:4.4", + "docker.io/rocker/verse:4", + "ghcr.io/rocker-org/verse:4", + "docker.io/rocker/verse:latest", + "ghcr.io/rocker-org/verse:latest", + "docker.io/rocker/geospatial:4.4.2", + "ghcr.io/rocker-org/geospatial:4.4.2", + "docker.io/rocker/geospatial:4.4", + "ghcr.io/rocker-org/geospatial:4.4", + "docker.io/rocker/geospatial:4", + "ghcr.io/rocker-org/geospatial:4", + "docker.io/rocker/geospatial:latest", + "ghcr.io/rocker-org/geospatial:latest", + "docker.io/rocker/shiny:4.4.2", + "ghcr.io/rocker-org/shiny:4.4.2", + "docker.io/rocker/shiny:4.4", + "ghcr.io/rocker-org/shiny:4.4", + "docker.io/rocker/shiny:4", + "ghcr.io/rocker-org/shiny:4", + "docker.io/rocker/shiny:latest", + "ghcr.io/rocker-org/shiny:latest", + "docker.io/rocker/shiny-verse:4.4.2", + "ghcr.io/rocker-org/shiny-verse:4.4.2", + "docker.io/rocker/shiny-verse:4.4", + "ghcr.io/rocker-org/shiny-verse:4.4", + "docker.io/rocker/shiny-verse:4", + "ghcr.io/rocker-org/shiny-verse:4", + "docker.io/rocker/shiny-verse:latest", + "ghcr.io/rocker-org/shiny-verse:latest" + ] + }, + "geospatial": { + "dockerfile": "dockerfiles/geospatial_4.4.2.Dockerfile", + "labels": { + "org.opencontainers.image.title": "rocker/geospatial", + "org.opencontainers.image.description": "Docker-based Geospatial toolkit for R, built on versioned Rocker image.", + "org.opencontainers.image.base.name": "docker.io/library/ubuntu:noble", + "org.opencontainers.image.version": "R-4.4.2", + "org.opencontainers.image.licenses": "GPL-2.0-or-later", + "org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2", + "org.opencontainers.image.vendor": "Rocker Project", + "org.opencontainers.image.authors": "Carl Boettiger " + }, + "platforms": [ + "linux/amd64" + ], + "cache-to": [ + "type=inline" + ], + "tags": [ + "docker.io/rocker/geospatial:4.4.2", + "ghcr.io/rocker-org/geospatial:4.4.2", + "docker.io/rocker/geospatial:4.4", + "ghcr.io/rocker-org/geospatial:4.4", + "docker.io/rocker/geospatial:4", + "ghcr.io/rocker-org/geospatial:4", + "docker.io/rocker/geospatial:latest", + "ghcr.io/rocker-org/geospatial:latest" + ], + "cache-from": [ + "docker.io/rocker/r-ver:4.4.2", + "ghcr.io/rocker-org/r-ver:4.4.2", + "docker.io/rocker/r-ver:4.4", + "ghcr.io/rocker-org/r-ver:4.4", + "docker.io/rocker/r-ver:4", + "ghcr.io/rocker-org/r-ver:4", + "docker.io/rocker/r-ver:latest", + "ghcr.io/rocker-org/r-ver:latest", + "docker.io/rocker/rstudio:4.4.2", + "ghcr.io/rocker-org/rstudio:4.4.2", + "docker.io/rocker/rstudio:4.4", + "ghcr.io/rocker-org/rstudio:4.4", + "docker.io/rocker/rstudio:4", + "ghcr.io/rocker-org/rstudio:4", + "docker.io/rocker/rstudio:latest", + "ghcr.io/rocker-org/rstudio:latest", + "docker.io/rocker/tidyverse:4.4.2", + "ghcr.io/rocker-org/tidyverse:4.4.2", + "docker.io/rocker/tidyverse:4.4", + "ghcr.io/rocker-org/tidyverse:4.4", + "docker.io/rocker/tidyverse:4", + "ghcr.io/rocker-org/tidyverse:4", + "docker.io/rocker/tidyverse:latest", + "ghcr.io/rocker-org/tidyverse:latest", + "docker.io/rocker/verse:4.4.2", + "ghcr.io/rocker-org/verse:4.4.2", + "docker.io/rocker/verse:4.4", + "ghcr.io/rocker-org/verse:4.4", + "docker.io/rocker/verse:4", + "ghcr.io/rocker-org/verse:4", + "docker.io/rocker/verse:latest", + "ghcr.io/rocker-org/verse:latest", + "docker.io/rocker/geospatial:4.4.2", + "ghcr.io/rocker-org/geospatial:4.4.2", + "docker.io/rocker/geospatial:4.4", + "ghcr.io/rocker-org/geospatial:4.4", + "docker.io/rocker/geospatial:4", + "ghcr.io/rocker-org/geospatial:4", + "docker.io/rocker/geospatial:latest", + "ghcr.io/rocker-org/geospatial:latest", + "docker.io/rocker/shiny:4.4.2", + "ghcr.io/rocker-org/shiny:4.4.2", + "docker.io/rocker/shiny:4.4", + "ghcr.io/rocker-org/shiny:4.4", + "docker.io/rocker/shiny:4", + "ghcr.io/rocker-org/shiny:4", + "docker.io/rocker/shiny:latest", + "ghcr.io/rocker-org/shiny:latest", + "docker.io/rocker/shiny-verse:4.4.2", + "ghcr.io/rocker-org/shiny-verse:4.4.2", + "docker.io/rocker/shiny-verse:4.4", + "ghcr.io/rocker-org/shiny-verse:4.4", + "docker.io/rocker/shiny-verse:4", + "ghcr.io/rocker-org/shiny-verse:4", + "docker.io/rocker/shiny-verse:latest", + "ghcr.io/rocker-org/shiny-verse:latest" + ] + }, + "shiny": { + "dockerfile": "dockerfiles/shiny_4.4.2.Dockerfile", + "labels": { + "org.opencontainers.image.title": "rocker/shiny", + "org.opencontainers.image.description": "Shiny Server on versioned Rocker image.", + "org.opencontainers.image.base.name": "docker.io/library/ubuntu:noble", + "org.opencontainers.image.version": "R-4.4.2", + "org.opencontainers.image.licenses": "GPL-2.0-or-later", + "org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2", + "org.opencontainers.image.vendor": "Rocker Project", + "org.opencontainers.image.authors": "Carl Boettiger " + }, + "platforms": [ + "linux/amd64" + ], + "cache-to": [ + "type=inline" + ], + "tags": [ + "docker.io/rocker/shiny:4.4.2", + "ghcr.io/rocker-org/shiny:4.4.2", + "docker.io/rocker/shiny:4.4", + "ghcr.io/rocker-org/shiny:4.4", + "docker.io/rocker/shiny:4", + "ghcr.io/rocker-org/shiny:4", + "docker.io/rocker/shiny:latest", + "ghcr.io/rocker-org/shiny:latest" + ], + "cache-from": [ + "docker.io/rocker/r-ver:4.4.2", + "ghcr.io/rocker-org/r-ver:4.4.2", + "docker.io/rocker/r-ver:4.4", + "ghcr.io/rocker-org/r-ver:4.4", + "docker.io/rocker/r-ver:4", + "ghcr.io/rocker-org/r-ver:4", + "docker.io/rocker/r-ver:latest", + "ghcr.io/rocker-org/r-ver:latest", + "docker.io/rocker/rstudio:4.4.2", + "ghcr.io/rocker-org/rstudio:4.4.2", + "docker.io/rocker/rstudio:4.4", + "ghcr.io/rocker-org/rstudio:4.4", + "docker.io/rocker/rstudio:4", + "ghcr.io/rocker-org/rstudio:4", + "docker.io/rocker/rstudio:latest", + "ghcr.io/rocker-org/rstudio:latest", + "docker.io/rocker/tidyverse:4.4.2", + "ghcr.io/rocker-org/tidyverse:4.4.2", + "docker.io/rocker/tidyverse:4.4", + "ghcr.io/rocker-org/tidyverse:4.4", + "docker.io/rocker/tidyverse:4", + "ghcr.io/rocker-org/tidyverse:4", + "docker.io/rocker/tidyverse:latest", + "ghcr.io/rocker-org/tidyverse:latest", + "docker.io/rocker/verse:4.4.2", + "ghcr.io/rocker-org/verse:4.4.2", + "docker.io/rocker/verse:4.4", + "ghcr.io/rocker-org/verse:4.4", + "docker.io/rocker/verse:4", + "ghcr.io/rocker-org/verse:4", + "docker.io/rocker/verse:latest", + "ghcr.io/rocker-org/verse:latest", + "docker.io/rocker/geospatial:4.4.2", + "ghcr.io/rocker-org/geospatial:4.4.2", + "docker.io/rocker/geospatial:4.4", + "ghcr.io/rocker-org/geospatial:4.4", + "docker.io/rocker/geospatial:4", + "ghcr.io/rocker-org/geospatial:4", + "docker.io/rocker/geospatial:latest", + "ghcr.io/rocker-org/geospatial:latest", + "docker.io/rocker/shiny:4.4.2", + "ghcr.io/rocker-org/shiny:4.4.2", + "docker.io/rocker/shiny:4.4", + "ghcr.io/rocker-org/shiny:4.4", + "docker.io/rocker/shiny:4", + "ghcr.io/rocker-org/shiny:4", + "docker.io/rocker/shiny:latest", + "ghcr.io/rocker-org/shiny:latest", + "docker.io/rocker/shiny-verse:4.4.2", + "ghcr.io/rocker-org/shiny-verse:4.4.2", + "docker.io/rocker/shiny-verse:4.4", + "ghcr.io/rocker-org/shiny-verse:4.4", + "docker.io/rocker/shiny-verse:4", + "ghcr.io/rocker-org/shiny-verse:4", + "docker.io/rocker/shiny-verse:latest", + "ghcr.io/rocker-org/shiny-verse:latest" + ] + }, + "shiny-verse": { + "dockerfile": "dockerfiles/shiny-verse_4.4.2.Dockerfile", + "labels": { + "org.opencontainers.image.title": "rocker/shiny-verse", + "org.opencontainers.image.description": "Rocker Shiny image + Tidyverse R packages. Uses version-stable image.", + "org.opencontainers.image.base.name": "docker.io/library/ubuntu:noble", + "org.opencontainers.image.version": "R-4.4.2", + "org.opencontainers.image.licenses": "GPL-2.0-or-later", + "org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2", + "org.opencontainers.image.vendor": "Rocker Project", + "org.opencontainers.image.authors": "Carl Boettiger " + }, + "platforms": [ + "linux/amd64" + ], + "cache-to": [ + "type=inline" + ], + "tags": [ + "docker.io/rocker/shiny-verse:4.4.2", + "ghcr.io/rocker-org/shiny-verse:4.4.2", + "docker.io/rocker/shiny-verse:4.4", + "ghcr.io/rocker-org/shiny-verse:4.4", + "docker.io/rocker/shiny-verse:4", + "ghcr.io/rocker-org/shiny-verse:4", + "docker.io/rocker/shiny-verse:latest", + "ghcr.io/rocker-org/shiny-verse:latest" + ], + "cache-from": [ + "docker.io/rocker/r-ver:4.4.2", + "ghcr.io/rocker-org/r-ver:4.4.2", + "docker.io/rocker/r-ver:4.4", + "ghcr.io/rocker-org/r-ver:4.4", + "docker.io/rocker/r-ver:4", + "ghcr.io/rocker-org/r-ver:4", + "docker.io/rocker/r-ver:latest", + "ghcr.io/rocker-org/r-ver:latest", + "docker.io/rocker/rstudio:4.4.2", + "ghcr.io/rocker-org/rstudio:4.4.2", + "docker.io/rocker/rstudio:4.4", + "ghcr.io/rocker-org/rstudio:4.4", + "docker.io/rocker/rstudio:4", + "ghcr.io/rocker-org/rstudio:4", + "docker.io/rocker/rstudio:latest", + "ghcr.io/rocker-org/rstudio:latest", + "docker.io/rocker/tidyverse:4.4.2", + "ghcr.io/rocker-org/tidyverse:4.4.2", + "docker.io/rocker/tidyverse:4.4", + "ghcr.io/rocker-org/tidyverse:4.4", + "docker.io/rocker/tidyverse:4", + "ghcr.io/rocker-org/tidyverse:4", + "docker.io/rocker/tidyverse:latest", + "ghcr.io/rocker-org/tidyverse:latest", + "docker.io/rocker/verse:4.4.2", + "ghcr.io/rocker-org/verse:4.4.2", + "docker.io/rocker/verse:4.4", + "ghcr.io/rocker-org/verse:4.4", + "docker.io/rocker/verse:4", + "ghcr.io/rocker-org/verse:4", + "docker.io/rocker/verse:latest", + "ghcr.io/rocker-org/verse:latest", + "docker.io/rocker/geospatial:4.4.2", + "ghcr.io/rocker-org/geospatial:4.4.2", + "docker.io/rocker/geospatial:4.4", + "ghcr.io/rocker-org/geospatial:4.4", + "docker.io/rocker/geospatial:4", + "ghcr.io/rocker-org/geospatial:4", + "docker.io/rocker/geospatial:latest", + "ghcr.io/rocker-org/geospatial:latest", + "docker.io/rocker/shiny:4.4.2", + "ghcr.io/rocker-org/shiny:4.4.2", + "docker.io/rocker/shiny:4.4", + "ghcr.io/rocker-org/shiny:4.4", + "docker.io/rocker/shiny:4", + "ghcr.io/rocker-org/shiny:4", + "docker.io/rocker/shiny:latest", + "ghcr.io/rocker-org/shiny:latest", + "docker.io/rocker/shiny-verse:4.4.2", + "ghcr.io/rocker-org/shiny-verse:4.4.2", + "docker.io/rocker/shiny-verse:4.4", + "ghcr.io/rocker-org/shiny-verse:4.4", + "docker.io/rocker/shiny-verse:4", + "ghcr.io/rocker-org/shiny-verse:4", + "docker.io/rocker/shiny-verse:latest", + "ghcr.io/rocker-org/shiny-verse:latest" + ] + } + } +} diff --git a/bakefiles/4.4.2.extra.docker-bake.json b/bakefiles/4.4.2.extra.docker-bake.json new file mode 100644 index 00000000..7f1ba93e --- /dev/null +++ b/bakefiles/4.4.2.extra.docker-bake.json @@ -0,0 +1,238 @@ +{ + "group": [ + { + "default": [ + { + "targets": [ + "cuda", + "ml", + "ml-verse", + "binder" + ] + } + ], + "binder-images": [ + { + "targets": [ + "binder" + ] + } + ], + "cuda-images": [ + { + "targets": [ + "cuda", + "ml", + "ml-verse" + ] + } + ] + } + ], + "target": { + "binder": { + "dockerfile": "dockerfiles/binder_4.4.2.Dockerfile", + "labels": { + "org.opencontainers.image.title": "rocker/binder", + "org.opencontainers.image.description": "Adds Jupyter to rocker/geospatial. RStudio Server can be started from Jupyter.", + "org.opencontainers.image.base.name": "docker.io/rocker/geospatial:4.4.2", + "org.opencontainers.image.version": "R-4.4.2", + "org.opencontainers.image.licenses": "GPL-2.0-or-later", + "org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2", + "org.opencontainers.image.vendor": "Rocker Project", + "org.opencontainers.image.authors": "Carl Boettiger " + }, + "platforms": [ + "linux/amd64" + ], + "cache-to": [ + "type=inline" + ], + "tags": [ + "docker.io/rocker/binder:4.4.2", + "ghcr.io/rocker-org/binder:4.4.2", + "docker.io/rocker/binder:4.4", + "ghcr.io/rocker-org/binder:4.4", + "docker.io/rocker/binder:4", + "ghcr.io/rocker-org/binder:4", + "docker.io/rocker/binder:latest", + "ghcr.io/rocker-org/binder:latest" + ], + "cache-from": [ + "docker.io/rocker/binder:4.4.2", + "ghcr.io/rocker-org/binder:4.4.2", + "docker.io/rocker/binder:4.4", + "ghcr.io/rocker-org/binder:4.4", + "docker.io/rocker/binder:4", + "ghcr.io/rocker-org/binder:4", + "docker.io/rocker/binder:latest", + "ghcr.io/rocker-org/binder:latest" + ] + }, + "cuda": { + "dockerfile": "dockerfiles/cuda_4.4.2.Dockerfile", + "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.version": "R-4.4.2", + "org.opencontainers.image.licenses": "GPL-2.0-or-later", + "org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2", + "org.opencontainers.image.vendor": "Rocker Project", + "org.opencontainers.image.authors": "Carl Boettiger " + }, + "platforms": [ + "linux/amd64" + ], + "cache-to": [ + "type=inline" + ], + "tags": [ + "docker.io/rocker/cuda:4.4.2", + "ghcr.io/rocker-org/cuda:4.4.2", + "docker.io/rocker/cuda:4.4", + "ghcr.io/rocker-org/cuda:4.4", + "docker.io/rocker/cuda:4", + "ghcr.io/rocker-org/cuda:4", + "docker.io/rocker/cuda:latest", + "ghcr.io/rocker-org/cuda:latest" + ], + "cache-from": [ + "docker.io/rocker/cuda:4.4.2", + "ghcr.io/rocker-org/cuda:4.4.2", + "docker.io/rocker/cuda:4.4", + "ghcr.io/rocker-org/cuda:4.4", + "docker.io/rocker/cuda:4", + "ghcr.io/rocker-org/cuda:4", + "docker.io/rocker/cuda:latest", + "ghcr.io/rocker-org/cuda:latest", + "docker.io/rocker/ml:4.4.2", + "ghcr.io/rocker-org/ml:4.4.2", + "docker.io/rocker/ml:4.4", + "ghcr.io/rocker-org/ml:4.4", + "docker.io/rocker/ml:4", + "ghcr.io/rocker-org/ml:4", + "docker.io/rocker/ml:latest", + "ghcr.io/rocker-org/ml:latest", + "docker.io/rocker/ml-verse:4.4.2", + "ghcr.io/rocker-org/ml-verse:4.4.2", + "docker.io/rocker/ml-verse:4.4", + "ghcr.io/rocker-org/ml-verse:4.4", + "docker.io/rocker/ml-verse:4", + "ghcr.io/rocker-org/ml-verse:4", + "docker.io/rocker/ml-verse:latest", + "ghcr.io/rocker-org/ml-verse:latest" + ] + }, + "ml": { + "dockerfile": "dockerfiles/ml_4.4.2.Dockerfile", + "labels": { + "org.opencontainers.image.title": "rocker/ml", + "org.opencontainers.image.description": "Docker image with R + GPU support for machine learning libraries.", + "org.opencontainers.image.base.name": "docker.io/nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04", + "org.opencontainers.image.version": "R-4.4.2", + "org.opencontainers.image.licenses": "GPL-2.0-or-later", + "org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2", + "org.opencontainers.image.vendor": "Rocker Project", + "org.opencontainers.image.authors": "Carl Boettiger " + }, + "platforms": [ + "linux/amd64" + ], + "cache-to": [ + "type=inline" + ], + "tags": [ + "docker.io/rocker/ml:4.4.2", + "ghcr.io/rocker-org/ml:4.4.2", + "docker.io/rocker/ml:4.4", + "ghcr.io/rocker-org/ml:4.4", + "docker.io/rocker/ml:4", + "ghcr.io/rocker-org/ml:4", + "docker.io/rocker/ml:latest", + "ghcr.io/rocker-org/ml:latest" + ], + "cache-from": [ + "docker.io/rocker/cuda:4.4.2", + "ghcr.io/rocker-org/cuda:4.4.2", + "docker.io/rocker/cuda:4.4", + "ghcr.io/rocker-org/cuda:4.4", + "docker.io/rocker/cuda:4", + "ghcr.io/rocker-org/cuda:4", + "docker.io/rocker/cuda:latest", + "ghcr.io/rocker-org/cuda:latest", + "docker.io/rocker/ml:4.4.2", + "ghcr.io/rocker-org/ml:4.4.2", + "docker.io/rocker/ml:4.4", + "ghcr.io/rocker-org/ml:4.4", + "docker.io/rocker/ml:4", + "ghcr.io/rocker-org/ml:4", + "docker.io/rocker/ml:latest", + "ghcr.io/rocker-org/ml:latest", + "docker.io/rocker/ml-verse:4.4.2", + "ghcr.io/rocker-org/ml-verse:4.4.2", + "docker.io/rocker/ml-verse:4.4", + "ghcr.io/rocker-org/ml-verse:4.4", + "docker.io/rocker/ml-verse:4", + "ghcr.io/rocker-org/ml-verse:4", + "docker.io/rocker/ml-verse:latest", + "ghcr.io/rocker-org/ml-verse:latest" + ] + }, + "ml-verse": { + "dockerfile": "dockerfiles/ml-verse_4.4.2.Dockerfile", + "labels": { + "org.opencontainers.image.title": "rocker/ml-verse", + "org.opencontainers.image.description": "Docker image with R + GPU support for machine learning libraries, and many R packages.", + "org.opencontainers.image.base.name": "docker.io/nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04", + "org.opencontainers.image.version": "R-4.4.2", + "org.opencontainers.image.licenses": "GPL-2.0-or-later", + "org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2", + "org.opencontainers.image.vendor": "Rocker Project", + "org.opencontainers.image.authors": "Carl Boettiger " + }, + "platforms": [ + "linux/amd64" + ], + "cache-to": [ + "type=inline" + ], + "tags": [ + "docker.io/rocker/ml-verse:4.4.2", + "ghcr.io/rocker-org/ml-verse:4.4.2", + "docker.io/rocker/ml-verse:4.4", + "ghcr.io/rocker-org/ml-verse:4.4", + "docker.io/rocker/ml-verse:4", + "ghcr.io/rocker-org/ml-verse:4", + "docker.io/rocker/ml-verse:latest", + "ghcr.io/rocker-org/ml-verse:latest" + ], + "cache-from": [ + "docker.io/rocker/cuda:4.4.2", + "ghcr.io/rocker-org/cuda:4.4.2", + "docker.io/rocker/cuda:4.4", + "ghcr.io/rocker-org/cuda:4.4", + "docker.io/rocker/cuda:4", + "ghcr.io/rocker-org/cuda:4", + "docker.io/rocker/cuda:latest", + "ghcr.io/rocker-org/cuda:latest", + "docker.io/rocker/ml:4.4.2", + "ghcr.io/rocker-org/ml:4.4.2", + "docker.io/rocker/ml:4.4", + "ghcr.io/rocker-org/ml:4.4", + "docker.io/rocker/ml:4", + "ghcr.io/rocker-org/ml:4", + "docker.io/rocker/ml:latest", + "ghcr.io/rocker-org/ml:latest", + "docker.io/rocker/ml-verse:4.4.2", + "ghcr.io/rocker-org/ml-verse:4.4.2", + "docker.io/rocker/ml-verse:4.4", + "ghcr.io/rocker-org/ml-verse:4.4", + "docker.io/rocker/ml-verse:4", + "ghcr.io/rocker-org/ml-verse:4", + "docker.io/rocker/ml-verse:latest", + "ghcr.io/rocker-org/ml-verse:latest" + ] + } + } +} diff --git a/bakefiles/experimental.docker-bake.json b/bakefiles/experimental.docker-bake.json index a1460773..2aad2eb8 100644 --- a/bakefiles/experimental.docker-bake.json +++ b/bakefiles/experimental.docker-bake.json @@ -23,8 +23,8 @@ "labels": { "org.opencontainers.image.title": "rocker/geospatial on dev-osgeo", "org.opencontainers.image.description": "Docker-based Geospatial toolkit for R, built on versioned Rocker image.", - "org.opencontainers.image.base.name": "docker.io/rocker/verse:4.4.1", - "org.opencontainers.image.version": "R-4.4.1" + "org.opencontainers.image.base.name": "docker.io/rocker/verse:4.4.2", + "org.opencontainers.image.version": "R-4.4.2" }, "platforms": [ "linux/amd64" diff --git a/build/args/4.4.0.json b/build/args/4.4.0.json deleted file mode 100644 index 4a319d25..00000000 --- a/build/args/4.4.0.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "r_version": "4.4.0", - "r_release_date": "2024-04-24", - "r_freeze_date": "2024-06-13", - "ubuntu_series": "jammy", - "ubuntu_version": "22.04", - "cran": "https://p3m.dev/cran/__linux__/jammy/2024-06-13", - "rstudio_version": "2024.04.2+764", - "ctan": "https://www.texlive.info/tlnet-archive/2024/06/13/tlnet", - "r_major_latest": false, - "r_minor_latest": false -} diff --git a/build/args/4.4.2.json b/build/args/4.4.2.json new file mode 100644 index 00000000..db07b1b5 --- /dev/null +++ b/build/args/4.4.2.json @@ -0,0 +1,12 @@ +{ + "r_version": "4.4.2", + "r_release_date": "2024-10-31", + "r_freeze_date": null, + "ubuntu_series": "noble", + "ubuntu_version": "24.04", + "cran": "https://p3m.dev/cran/__linux__/noble/latest", + "rstudio_version": "2024.09.0+375", + "ctan": "https://mirror.ctan.org/systems/texlive/tlnet", + "r_major_latest": true, + "r_minor_latest": true +} diff --git a/build/args/devel.json b/build/args/devel.json index 38e3e592..0ca6f923 100644 --- a/build/args/devel.json +++ b/build/args/devel.json @@ -6,7 +6,7 @@ "ubuntu_version": null, "cran": "https://cloud.r-project.org", "rstudio_version": "2024.09.0+375", - "ctan": "https://www.texlive.info/tlnet-archive/2024/10/30/tlnet", + "ctan": "https://mirror.ctan.org/systems/texlive/tlnet", "r_major_latest": null, "r_minor_latest": null } diff --git a/build/args/history.tsv b/build/args/history.tsv index 460db5d0..f9640c97 100644 --- a/build/args/history.tsv +++ b/build/args/history.tsv @@ -19,3 +19,4 @@ r_version r_release_date ubuntu_version r_freeze_date rstudio_version 4.3.3 2024-02-29 22.04 2024-04-23 2023.12.1+402 4.4.0 2024-04-24 22.04 2024-06-13 2024.04.2+764 4.4.1 2024-06-14 22.04 2024-10-30 2024.09.0+375 +4.4.2 2024-10-31 24.04 2024.09.0+375 diff --git a/build/matrix/all.json b/build/matrix/all.json index 80e096f5..c9170b13 100644 --- a/build/matrix/all.json +++ b/build/matrix/all.json @@ -1,8 +1,8 @@ { "r_version": [ "4.3.3", - "4.4.0", - "4.4.1" + "4.4.1", + "4.4.2" ], "group": [ "default" diff --git a/build/matrix/latest-two.json b/build/matrix/latest-two.json index ed74c4df..80595d2b 100644 --- a/build/matrix/latest-two.json +++ b/build/matrix/latest-two.json @@ -1,7 +1,7 @@ { "r_version": [ - "4.4.0", - "4.4.1" + "4.4.1", + "4.4.2" ], "group": [ "default" diff --git a/build/matrix/latest.json b/build/matrix/latest.json index 9e29442f..dba17831 100644 --- a/build/matrix/latest.json +++ b/build/matrix/latest.json @@ -1,6 +1,6 @@ { "r_version": [ - "4.4.1" + "4.4.2" ], "group": [ "default" diff --git a/dockerfiles/binder_4.4.0.Dockerfile b/dockerfiles/binder_4.4.2.Dockerfile similarity index 91% rename from dockerfiles/binder_4.4.0.Dockerfile rename to dockerfiles/binder_4.4.2.Dockerfile index 5d1e243a..33d07c0a 100644 --- a/dockerfiles/binder_4.4.0.Dockerfile +++ b/dockerfiles/binder_4.4.2.Dockerfile @@ -1,4 +1,4 @@ -FROM rocker/geospatial:4.4.0 +FROM rocker/geospatial:4.4.2 ENV NB_USER="rstudio" ENV VIRTUAL_ENV="/opt/venv" diff --git a/dockerfiles/cuda_4.4.0.Dockerfile b/dockerfiles/cuda_4.4.2.Dockerfile similarity index 91% rename from dockerfiles/cuda_4.4.0.Dockerfile rename to dockerfiles/cuda_4.4.2.Dockerfile index 816873dd..a9128350 100644 --- a/dockerfiles/cuda_4.4.0.Dockerfile +++ b/dockerfiles/cuda_4.4.2.Dockerfile @@ -1,13 +1,13 @@ FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04 -ENV R_VERSION="4.4.0" +ENV R_VERSION="4.4.2" ENV R_HOME="/usr/local/lib/R" ENV TZ="Etc/UTC" COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN="https://p3m.dev/cran/__linux__/jammy/2024-06-13" +ENV CRAN="https://p3m.dev/cran/__linux__/noble/latest" ENV LANG=en_US.UTF-8 COPY scripts/bin/ /rocker_scripts/bin/ diff --git a/dockerfiles/geospatial_4.4.0.Dockerfile b/dockerfiles/geospatial_4.4.2.Dockerfile similarity index 86% rename from dockerfiles/geospatial_4.4.0.Dockerfile rename to dockerfiles/geospatial_4.4.2.Dockerfile index e724c522..8934cfee 100644 --- a/dockerfiles/geospatial_4.4.0.Dockerfile +++ b/dockerfiles/geospatial_4.4.2.Dockerfile @@ -1,13 +1,13 @@ -FROM docker.io/library/ubuntu:jammy +FROM docker.io/library/ubuntu:noble -ENV R_VERSION="4.4.0" +ENV R_VERSION="4.4.2" ENV R_HOME="/usr/local/lib/R" ENV TZ="Etc/UTC" COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN="https://p3m.dev/cran/__linux__/jammy/2024-06-13" +ENV CRAN="https://p3m.dev/cran/__linux__/noble/latest" ENV LANG=en_US.UTF-8 COPY scripts/bin/ /rocker_scripts/bin/ @@ -18,7 +18,7 @@ COPY scripts/install_tidyverse.sh /rocker_scripts/install_tidyverse.sh RUN /rocker_scripts/install_tidyverse.sh ENV S6_VERSION="v2.1.0.2" -ENV RSTUDIO_VERSION="2024.04.2+764" +ENV RSTUDIO_VERSION="2024.09.0+375" ENV DEFAULT_USER="rstudio" COPY scripts/install_rstudio.sh /rocker_scripts/install_rstudio.sh @@ -38,7 +38,7 @@ RUN /rocker_scripts/install_pandoc.sh COPY scripts/install_quarto.sh /rocker_scripts/install_quarto.sh RUN /rocker_scripts/install_quarto.sh -ENV CTAN_REPO="https://www.texlive.info/tlnet-archive/2024/06/13/tlnet" +ENV CTAN_REPO="https://mirror.ctan.org/systems/texlive/tlnet" ENV PATH="$PATH:/usr/local/texlive/bin/linux" COPY scripts/install_verse.sh /rocker_scripts/install_verse.sh diff --git a/dockerfiles/geospatial_devel.Dockerfile b/dockerfiles/geospatial_devel.Dockerfile index e41fc336..732f0c0a 100644 --- a/dockerfiles/geospatial_devel.Dockerfile +++ b/dockerfiles/geospatial_devel.Dockerfile @@ -38,7 +38,7 @@ RUN /rocker_scripts/install_pandoc.sh COPY scripts/install_quarto.sh /rocker_scripts/install_quarto.sh RUN /rocker_scripts/install_quarto.sh -ENV CTAN_REPO="https://www.texlive.info/tlnet-archive/2024/10/30/tlnet" +ENV CTAN_REPO="https://mirror.ctan.org/systems/texlive/tlnet" ENV PATH="$PATH:/usr/local/texlive/bin/linux" COPY scripts/install_verse.sh /rocker_scripts/install_verse.sh diff --git a/dockerfiles/ml-verse_4.4.0.Dockerfile b/dockerfiles/ml-verse_4.4.2.Dockerfile similarity index 94% rename from dockerfiles/ml-verse_4.4.0.Dockerfile rename to dockerfiles/ml-verse_4.4.2.Dockerfile index 996af943..1a71c40b 100644 --- a/dockerfiles/ml-verse_4.4.0.Dockerfile +++ b/dockerfiles/ml-verse_4.4.2.Dockerfile @@ -1,13 +1,13 @@ FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04 -ENV R_VERSION="4.4.0" +ENV R_VERSION="4.4.2" ENV R_HOME="/usr/local/lib/R" ENV TZ="Etc/UTC" COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN="https://p3m.dev/cran/__linux__/jammy/2024-06-13" +ENV CRAN="https://p3m.dev/cran/__linux__/noble/latest" ENV LANG=en_US.UTF-8 COPY scripts/bin/ /rocker_scripts/bin/ @@ -34,7 +34,7 @@ COPY scripts/install_tidyverse.sh /rocker_scripts/install_tidyverse.sh RUN /rocker_scripts/install_tidyverse.sh ENV S6_VERSION="v2.1.0.2" -ENV RSTUDIO_VERSION="2024.04.2+764" +ENV RSTUDIO_VERSION="2024.09.0+375" ENV DEFAULT_USER="rstudio" COPY scripts/install_rstudio.sh /rocker_scripts/install_rstudio.sh diff --git a/dockerfiles/ml_4.4.0.Dockerfile b/dockerfiles/ml_4.4.2.Dockerfile similarity index 93% rename from dockerfiles/ml_4.4.0.Dockerfile rename to dockerfiles/ml_4.4.2.Dockerfile index b963c5fa..e0712aaf 100644 --- a/dockerfiles/ml_4.4.0.Dockerfile +++ b/dockerfiles/ml_4.4.2.Dockerfile @@ -1,13 +1,13 @@ FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04 -ENV R_VERSION="4.4.0" +ENV R_VERSION="4.4.2" ENV R_HOME="/usr/local/lib/R" ENV TZ="Etc/UTC" COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN="https://p3m.dev/cran/__linux__/jammy/2024-06-13" +ENV CRAN="https://p3m.dev/cran/__linux__/noble/latest" ENV LANG=en_US.UTF-8 COPY scripts/bin/ /rocker_scripts/bin/ @@ -34,7 +34,7 @@ COPY scripts/install_tidyverse.sh /rocker_scripts/install_tidyverse.sh RUN /rocker_scripts/install_tidyverse.sh ENV S6_VERSION="v2.1.0.2" -ENV RSTUDIO_VERSION="2024.04.2+764" +ENV RSTUDIO_VERSION="2024.09.0+375" ENV DEFAULT_USER="rstudio" COPY scripts/install_rstudio.sh /rocker_scripts/install_rstudio.sh diff --git a/dockerfiles/r-ver_4.4.0.Dockerfile b/dockerfiles/r-ver_4.4.2.Dockerfile similarity index 74% rename from dockerfiles/r-ver_4.4.0.Dockerfile rename to dockerfiles/r-ver_4.4.2.Dockerfile index ba499638..aa31c9a2 100644 --- a/dockerfiles/r-ver_4.4.0.Dockerfile +++ b/dockerfiles/r-ver_4.4.2.Dockerfile @@ -1,13 +1,13 @@ -FROM docker.io/library/ubuntu:jammy +FROM docker.io/library/ubuntu:noble -ENV R_VERSION="4.4.0" +ENV R_VERSION="4.4.2" ENV R_HOME="/usr/local/lib/R" ENV TZ="Etc/UTC" COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN="https://p3m.dev/cran/__linux__/jammy/2024-06-13" +ENV CRAN="https://p3m.dev/cran/__linux__/noble/latest" ENV LANG=en_US.UTF-8 COPY scripts/bin/ /rocker_scripts/bin/ diff --git a/dockerfiles/rstudio_4.4.0.Dockerfile b/dockerfiles/rstudio_4.4.2.Dockerfile similarity index 87% rename from dockerfiles/rstudio_4.4.0.Dockerfile rename to dockerfiles/rstudio_4.4.2.Dockerfile index 8625604b..8b5d2a63 100644 --- a/dockerfiles/rstudio_4.4.0.Dockerfile +++ b/dockerfiles/rstudio_4.4.2.Dockerfile @@ -1,13 +1,13 @@ -FROM docker.io/library/ubuntu:jammy +FROM docker.io/library/ubuntu:noble -ENV R_VERSION="4.4.0" +ENV R_VERSION="4.4.2" ENV R_HOME="/usr/local/lib/R" ENV TZ="Etc/UTC" COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN="https://p3m.dev/cran/__linux__/jammy/2024-06-13" +ENV CRAN="https://p3m.dev/cran/__linux__/noble/latest" ENV LANG=en_US.UTF-8 COPY scripts/bin/ /rocker_scripts/bin/ @@ -15,7 +15,7 @@ COPY scripts/setup_R.sh /rocker_scripts/setup_R.sh RUN /rocker_scripts/setup_R.sh ENV S6_VERSION="v2.1.0.2" -ENV RSTUDIO_VERSION="2024.04.2+764" +ENV RSTUDIO_VERSION="2024.09.0+375" ENV DEFAULT_USER="rstudio" COPY scripts/install_rstudio.sh /rocker_scripts/install_rstudio.sh diff --git a/dockerfiles/shiny-verse_4.4.0.Dockerfile b/dockerfiles/shiny-verse_4.4.2.Dockerfile similarity index 88% rename from dockerfiles/shiny-verse_4.4.0.Dockerfile rename to dockerfiles/shiny-verse_4.4.2.Dockerfile index 2f3fe1bc..6dcb3e8f 100644 --- a/dockerfiles/shiny-verse_4.4.0.Dockerfile +++ b/dockerfiles/shiny-verse_4.4.2.Dockerfile @@ -1,13 +1,13 @@ -FROM docker.io/library/ubuntu:jammy +FROM docker.io/library/ubuntu:noble -ENV R_VERSION="4.4.0" +ENV R_VERSION="4.4.2" ENV R_HOME="/usr/local/lib/R" ENV TZ="Etc/UTC" COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN="https://p3m.dev/cran/__linux__/jammy/2024-06-13" +ENV CRAN="https://p3m.dev/cran/__linux__/noble/latest" ENV LANG=en_US.UTF-8 COPY scripts/bin/ /rocker_scripts/bin/ diff --git a/dockerfiles/shiny_4.4.0.Dockerfile b/dockerfiles/shiny_4.4.2.Dockerfile similarity index 86% rename from dockerfiles/shiny_4.4.0.Dockerfile rename to dockerfiles/shiny_4.4.2.Dockerfile index 0e4d5d64..d73e02d2 100644 --- a/dockerfiles/shiny_4.4.0.Dockerfile +++ b/dockerfiles/shiny_4.4.2.Dockerfile @@ -1,13 +1,13 @@ -FROM docker.io/library/ubuntu:jammy +FROM docker.io/library/ubuntu:noble -ENV R_VERSION="4.4.0" +ENV R_VERSION="4.4.2" ENV R_HOME="/usr/local/lib/R" ENV TZ="Etc/UTC" COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN="https://p3m.dev/cran/__linux__/jammy/2024-06-13" +ENV CRAN="https://p3m.dev/cran/__linux__/noble/latest" ENV LANG=en_US.UTF-8 COPY scripts/bin/ /rocker_scripts/bin/ diff --git a/dockerfiles/tidyverse_4.4.0.Dockerfile b/dockerfiles/tidyverse_4.4.2.Dockerfile similarity index 88% rename from dockerfiles/tidyverse_4.4.0.Dockerfile rename to dockerfiles/tidyverse_4.4.2.Dockerfile index 9b8eab5c..3c71c88f 100644 --- a/dockerfiles/tidyverse_4.4.0.Dockerfile +++ b/dockerfiles/tidyverse_4.4.2.Dockerfile @@ -1,13 +1,13 @@ -FROM docker.io/library/ubuntu:jammy +FROM docker.io/library/ubuntu:noble -ENV R_VERSION="4.4.0" +ENV R_VERSION="4.4.2" ENV R_HOME="/usr/local/lib/R" ENV TZ="Etc/UTC" COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN="https://p3m.dev/cran/__linux__/jammy/2024-06-13" +ENV CRAN="https://p3m.dev/cran/__linux__/noble/latest" ENV LANG=en_US.UTF-8 COPY scripts/bin/ /rocker_scripts/bin/ @@ -18,7 +18,7 @@ COPY scripts/install_tidyverse.sh /rocker_scripts/install_tidyverse.sh RUN /rocker_scripts/install_tidyverse.sh ENV S6_VERSION="v2.1.0.2" -ENV RSTUDIO_VERSION="2024.04.2+764" +ENV RSTUDIO_VERSION="2024.09.0+375" ENV DEFAULT_USER="rstudio" COPY scripts/install_rstudio.sh /rocker_scripts/install_rstudio.sh diff --git a/dockerfiles/verse_4.4.0.Dockerfile b/dockerfiles/verse_4.4.2.Dockerfile similarity index 85% rename from dockerfiles/verse_4.4.0.Dockerfile rename to dockerfiles/verse_4.4.2.Dockerfile index c4a934f7..c4ac42b4 100644 --- a/dockerfiles/verse_4.4.0.Dockerfile +++ b/dockerfiles/verse_4.4.2.Dockerfile @@ -1,13 +1,13 @@ -FROM docker.io/library/ubuntu:jammy +FROM docker.io/library/ubuntu:noble -ENV R_VERSION="4.4.0" +ENV R_VERSION="4.4.2" ENV R_HOME="/usr/local/lib/R" ENV TZ="Etc/UTC" COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh RUN /rocker_scripts/install_R_source.sh -ENV CRAN="https://p3m.dev/cran/__linux__/jammy/2024-06-13" +ENV CRAN="https://p3m.dev/cran/__linux__/noble/latest" ENV LANG=en_US.UTF-8 COPY scripts/bin/ /rocker_scripts/bin/ @@ -18,7 +18,7 @@ COPY scripts/install_tidyverse.sh /rocker_scripts/install_tidyverse.sh RUN /rocker_scripts/install_tidyverse.sh ENV S6_VERSION="v2.1.0.2" -ENV RSTUDIO_VERSION="2024.04.2+764" +ENV RSTUDIO_VERSION="2024.09.0+375" ENV DEFAULT_USER="rstudio" COPY scripts/install_rstudio.sh /rocker_scripts/install_rstudio.sh @@ -38,7 +38,7 @@ RUN /rocker_scripts/install_pandoc.sh COPY scripts/install_quarto.sh /rocker_scripts/install_quarto.sh RUN /rocker_scripts/install_quarto.sh -ENV CTAN_REPO="https://www.texlive.info/tlnet-archive/2024/06/13/tlnet" +ENV CTAN_REPO="https://mirror.ctan.org/systems/texlive/tlnet" ENV PATH="$PATH:/usr/local/texlive/bin/linux" COPY scripts/install_verse.sh /rocker_scripts/install_verse.sh diff --git a/dockerfiles/verse_devel.Dockerfile b/dockerfiles/verse_devel.Dockerfile index 1cb0f424..0952aa2c 100644 --- a/dockerfiles/verse_devel.Dockerfile +++ b/dockerfiles/verse_devel.Dockerfile @@ -38,7 +38,7 @@ RUN /rocker_scripts/install_pandoc.sh COPY scripts/install_quarto.sh /rocker_scripts/install_quarto.sh RUN /rocker_scripts/install_quarto.sh -ENV CTAN_REPO="https://www.texlive.info/tlnet-archive/2024/10/30/tlnet" +ENV CTAN_REPO="https://mirror.ctan.org/systems/texlive/tlnet" ENV PATH="$PATH:/usr/local/texlive/bin/linux" COPY scripts/install_verse.sh /rocker_scripts/install_verse.sh