SwimmingTheDataLake My Docker images for R | Swimming the Data Lake

My Docker images for R

jvera

2017/17/11

This month I reached the dreaded “2 hours limit” at Docker Hub on building my Docker images. The images are built but the message shown is “build cancelled”. You can still use it, but on the front desk, seems that I’m not doing a good job. Clearly, something to fix.

So entered a hard refactoring week trying to make my images available again with no error message. My first attempt was to split TidyViz into several images, one for GIS, one for stats and ML, the other for Rmarkdown and reporting…the issue is I ended with a nightmare of unmantainable images with many dependencies not satisfied and as a result, several unusable images.

So I step back, and tried the KISS approach (keep it simple). Lighter images, less packages, less dependencies, faster load times, and a companion website listing recommended packages just in case someone needs to go forward (working on it).

I offer three images:

Here, my link to the brand new Docker images.

https://hub.docker.com/r/jvera/tidyviz-base/

https://hub.docker.com/r/jvera/tidyviz/

https://hub.docker.com/r/jvera/tidyviz-shiny/