-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slim / alpine versions? #47
Comments
if anyone else is looking for such pretty small / alpine-based images, there's https://github.com/r-hub/r-minimal. |
+1 for support for alpine linux a-la r-minimal. |
@JosiahParry What is missing from https://github.com/r-hub/r-minimal that you would like to see in the rstudio/r-base images? |
@gaborcsardi not too much! Mostly convenience. The primary things that prevent me from using r-minimal for Docker images is that it's unclear how to identify and programmatically define sys-reqs in the Docker image. Additionally, support for binaries via P3M instead of reliance on installr would be most desirable |
@JosiahParry This repo is not about sysreqs, and it is also not about P3M, though. |
Sorry, bout that! What I would like to see in the |
Docker has official 'slim' runtimes for a number of programming languages, e.g. python:slim and ruby:slim. It might be useful to provide a similar thing for R also based on
debian:buster-slim
.Similarly a distribution based on alpine linux might be useful to the community, as using alpine is pretty popular due to its small size.
The text was updated successfully, but these errors were encountered: