Skip to content
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

Open
jimhester opened this issue Oct 9, 2019 · 6 comments
Open

Slim / alpine versions? #47

jimhester opened this issue Oct 9, 2019 · 6 comments

Comments

@jimhester
Copy link

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.

@maxheld83
Copy link

if anyone else is looking for such pretty small / alpine-based images, there's https://github.com/r-hub/r-minimal.

@JosiahParry
Copy link

+1 for support for alpine linux a-la r-minimal.

@gaborcsardi
Copy link

@JosiahParry What is missing from https://github.com/r-hub/r-minimal that you would like to see in the rstudio/r-base images?

@JosiahParry
Copy link

@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

@gaborcsardi
Copy link

@JosiahParry This repo is not about sysreqs, and it is also not about P3M, though.

@JosiahParry
Copy link

Sorry, bout that! What I would like to see in the rstudio/r-base is an alpine tag with associated R versions. This way I can rely on a single docker hub image source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants