Since I want to use plumber in production I would like to make use of the official Docker image, which is based on the rocker project's Debian Dockerfile.
However, since nearly every RStudio Enterprise offering uses Ubuntu as a base image I would like to keep complexity in check and also use Ubuntu as a base image for the plumber Docker image. Fortunately, the Rocker project also provides an Ubuntu base image as an alternative.
Are there any plans to provide an official Ubuntu-based plumber image? I would also be happy to provide a PR .
Thanks!
Just curious: Is there any reason why the plumber image does not use, e.g. a stripped down version of the in-house r-session-complete
image?