Skip to content

Commit cfd6169

Browse files
committed
Update rstudio/r-base to posit/r-base
1 parent 7fa239c commit cfd6169

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1761,7 +1761,7 @@ services:
17611761
cache_from:
17621762
- ${REPO}:r-rstudio-r-base-4.2-focal-revdepcheck
17631763
args:
1764-
base: rstudio/r-base:4.2-focal
1764+
base: posit/r-base:4.2-focal
17651765
r_dev: ${ARROW_R_DEV}
17661766
tz: ${TZ}
17671767
shm_size: *shm-size

dev/tasks/r/github.linux.versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121

2222
jobs:
2323
r-versions:
24-
name: "rstudio/r-base:{{ MATRIX }}-jammy"
24+
name: "posit/r-base:{{ MATRIX }}-jammy"
2525
runs-on: ubuntu-latest
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
# See https://hub.docker.com/r/rstudio/r-base
29+
# See https://hub.docker.com/r/posit/r-base
3030
r_version:
3131
# We test devel, release, and oldrel in regular CI.
3232
# This is for older versions

dev/tasks/r/github.packages.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -316,12 +316,12 @@ jobs:
316316
# fedora-clang-devel cannot use binaries bc of libc++ (uncomment to see the error)
317317
# - {image: "rhub/fedora-clang-devel", libarrow_binary: "TRUE", runner: "ubuntu-latest"}
318318
- {image: "rhub/ubuntu-release", runner: "ubuntu-latest"} # currently ubuntu-22.04
319-
- {image: "rstudio/r-base:4.1-jammy", runner: "ubuntu-latest"}
320-
- {image: "rstudio/r-base:4.2-jammy", runner: "ubuntu-latest"}
321-
- {image: "rstudio/r-base:4.3-noble", runner: "ubuntu-latest"}
319+
- {image: "posit/r-base:4.1-jammy", runner: "ubuntu-latest"}
320+
- {image: "posit/r-base:4.2-jammy", runner: "ubuntu-latest"}
321+
- {image: "posit/r-base:4.3-noble", runner: "ubuntu-latest"}
322322
# ARM64 tests
323-
- {image: "rstudio/r-base:4.2-jammy", runner: "ubuntu-24.04-arm"}
324-
- {image: "rstudio/r-base:4.3-noble", runner: "ubuntu-24.04-arm"}
323+
- {image: "posit/r-base:4.2-jammy", runner: "ubuntu-24.04-arm"}
324+
- {image: "posit/r-base:4.3-noble", runner: "ubuntu-24.04-arm"}
325325
steps:
326326
# Get the arrow checkout just for the docker config scripts
327327
# Don't need submodules for this (hence false arg to macro): they fail on
@@ -362,7 +362,7 @@ jobs:
362362
if: false
363363
needs: test-linux-binary
364364
runs-on: ubuntu-latest
365-
container: "rstudio/r-base:4.2-centos7"
365+
container: "posit/r-base:4.2-centos7"
366366
steps:
367367
- uses: actions/download-artifact@v4
368368
with:

0 commit comments

Comments
 (0)