Skip to content

Latest commit

 

History

History
 
 

dockerfiles

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Dockerfiles for container images on Docker Hub

⚠️ Dockerfiles in this directory are generated from the stack files by make-dockerfiles.R. Don't edit manually. ⚠️

Build container images by yourself

Building container images with GitHub Actions is done via the Makefile with the docker buildx bake command to control tags, labels, and platforms.

To build a container image for your local use, a simple command like the one below should be fine.

docker build . -f dockerfiles/rstudio_latest-daily.Dockerfile -t imagename