/docker-versioned

A repository for building (automatically) Docker images with R.

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

Version-stable Docker Images

License GitHub tag Auto Build & Push Build & Push Core Build & Push UMR

This is a repository for building automatically Docker images for R >= 4.0.0.

graph LR
    A[r-ver] --> B{umr1283}
    B --> D[rstudio]
    B --> R[shiny]
Image Description
r-ver Reproducible builds with predefined version of R
umr1283 Reproducible builds with predefined version of R and some (genetics) tools
rstudio RStudio server for umr1283 image
shiny Shiny server for umr1283 image

Note: Based on rocker-org/rocker-versioned2 build workflow.