rocker-org / rocker

R configurations for Docker
https://rocker-project.org
GNU General Public License v2.0
1.45k stars 273 forks source link

Suggestion: Use debian:stable for r-base docker images #469

Closed kavi closed 2 years ago

kavi commented 2 years ago

From rocker/tidyverse docs:

builds on debian stable (debian:jessie for versions < 3.4.0, debian:stretch after, etc) release instead of debian:testing, so no more apt-get breaking when debian:testing repos are updated and you had to muck with -t unstable to get apt-get to work.

This just seems like a good idea. There is also the fact that some packages may not yet be available for Debian bookworm, and while packages from Debian 11 might work in some cases, they may not in other.

eddelbuettel commented 2 years ago

Please see our RJournal paper -- the versioned(2) stack is distinct from the base stack so using arguments from one to the other does not quite "match".

The base stack is happy with its choices. If you have actual bug (preferably with a MCVE let us know and feel free to reopen. Otherwise, I am afraid it is an issue that has been discussed (several times). Thanks for your interest in Rocker and r-base.