rocker-org / rocker-versioned

Run current & prior versions of R using docker
https://hub.docker.com/r/rocker/r-ver
GNU General Public License v2.0
297 stars 169 forks source link

Move base image to `debian:stretch` (Debian 9.0, release 2017-06-17) for 3.4.0, latest, and devel #36

Closed cboettig closed 7 years ago

cboettig commented 7 years ago

Moves the base image in r-ver and subsequent stack to debian:stretch (Debian 9.0, release 2017-06-17) for the 3.4.0, latest, and devel tags. Makefiles will no longer sync changes made int the Dockerfile latest back to the Dockerfiles of older versions. Those Dockerfiles are now stable and not expected to change further.

Most users should be unaffected by this change. Downstream Dockerfiles will benefit from newer versions of libraries and compilers, which will make certain packages easier to install on Docker (e.g. jags and GDAL libraries no longer need to be compiled from source since stretch binaries provide sufficiently recent CRAN versions).