Please see dedicated image NEWS.md
files for more details about what has
changed in each image.
This file only captures pervasive, repository-wide changes.
- We replaced Ubuntu codenames with explicit version numbers for ease of use. Images will still be tagged with both the OS version number and the codename to retain backwards compatibility.
- Potentially breaking changes around tagging with workbench due to simplifying the tagging approach.
- Remove internal version strings e.g.
554.pro3
.
- We replaced all
make
definitions withjust
for ease of use.
- We removed the generic latest tag from all products (excluding content images).
Now
latest
variants of images are os-specific. When pulling the latest version of a product replace the latest tag with the desired os. I.E.rstudio/rstudio-connect:latest
is nowrstudio/rstudio-connect:bionic
.
- We flatted the folder structure for more consistency and better organization
of various operating systems. For instance, instead of occasional
subdirectories for OS (i.e.
bionic
orcentos7
), we now haveDockerfile.bionic
andDockerfile.centos7
. Apologies in advance for any merge conflicts this might cause!
- All containers, with the exception of RStudio Connect, may now be run as unprivileged. Please see RStudio Professional Product Root & Privileged Requirements for additional information.
- BREAKING: Rstudio Server Pro has Been Renamed to
Rstudio Workbench
- Important environment variables have been renamed from
RSP_
prefix toRSW_
prefix - Make Commands,
server-pro
directory, docker-compose.yaml and any RSP prefixes have also been rebranded.
- Important environment variables have been renamed from
- Switch Docker Hub builds to GitHub Actions