Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 611 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 611 Bytes

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