Giter Site home page Giter Site logo

colearendt / docker-r-session-complete Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rstudio/docker-r-session-complete

0.0 1.0 0.0 80 KB

Dockerfiles for R and Python sessions and jobs to be used with RStudio Server Pro, Launcher, and Kubernetes

Home Page: https://solutions.rstudio.com/launcher/kubernetes/

License: Apache License 2.0

Dockerfile 96.17% Shell 3.83%

docker-r-session-complete's Introduction

docker-r-session

Dockerfiles for R and Python sessions and jobs to be used RStudio Server Pro, Launcher, and Kubernetes.

How to Use These Docker Images

The Docker images built from these Dockerfiles are intended to be used for R and Jupyter sessions and jobs with RStudio Server Pro (RSP), Launcher, and Kubernetes.

Note: These Docker images are not equipped or intended to be used to run RStudio Server Pro within a Docker container. Visit the rstudio/rstudio-docker-products repository for images built for that purpose.

For more information about RStudio Server Pro and Launcher, refer to the Launcher Overview on the RStudio Solutions website.

For more information about how to use these images with RStudio Server Pro and Launcher, refer to the RStudio support article on Using Docker images with RStudio Server Pro, Launcher, and Kubernetes.

Docker Images on Docker Hub

Built images are available from the rstudio/r-session-complete repository on Docker Hub.

Docker Image Layers

These images include the following layers:

  • Base OS
  • RSP session components
  • System packages required for R, R packages, and RStudio Professional Drivers
  • One version of R
  • R packages (devtools, tidyverse, shiny, and rmarkdown)
  • One version of Python
  • Jupyter Notebooks, JupyterLab, and RSP/RSC notebook extensions
  • Python packages
  • RStudio Professional Drivers

Release Process for Docker Images

When builds on master are passing and you are ready to release a new version of the image on Docker Hub, you can tag a release on master using the following steps:

  1. Bump versions of RSP session components in Dockerfiles in a PR, merge when the build passes

  2. Run the following commands on the master branch, editing the version string as needed (where 1.3.XXXX-X is the RSP version):

    export VERSION=1.3.XXXX-X
    git commit -am "Release for image version ${VERSION}" --allow-empty
    git tag -a ${VERSION} -m "${VERSION}"
    git push origin ${VERSION}
    git push
    

    Note: Add the -preview suffix to tagged images that correspond to preview release versions of RSP. Images related to preview builds are intended for testing purposes, subject to being removed, do not fall under our support agreement, and are not recommended for use in production.

  3. The new images will get built on Travis CI and get pushed to the rstudio/r-session-complete repository on Docker Hub.

docker-r-session-complete's People

Contributors

koverholt avatar danielfrg avatar colearendt avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.