jonkeane opened a new issue, #40323: URL: https://github.com/apache/arrow/issues/40323
### Describe the enhancement requested Switch our runs of `library/r-base` images to `rocker/r-ver`. It turns out that `library/r-base` (and `rocker/r-base`) are intended to be more bleeding edge than we realized and are sometimes built against debian unstable package channels. This can cause transient package version collisions which aren't relevant to us (and cause false positive failures we need to investigate). From https://github.com/rocker-org/rocker?tab=readme-ov-file#base-docker-containers: image | description ---------------- | ----------------------------------------- [r-base](https://hub.docker.com/r/_/r-base) | Current R via apt-get with `debian:testing` & `unstable` repos [r-devel](https://hub.docker.com/r/rocker/r-devel) | R-devel added side-by-side onto r-base (using alias `RD`) [drd](https://hub.docker.com/r/rocker/drd) | lighter r-devel, built not quite daily [r-ver](https://hub.docker.com/r/rocker/r-ver) | Specify R version in docker tag. Builds on `debian:stable` See: https://github.com/rocker-org/rocker/issues/541 ### Component(s) Continuous Integration, R -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
