Software
Placeholder

r-docker

Docker images for R

Dockerfile

Posit provides Docker images built on their opinionated R binary distributions for various Linux platforms. These images are intentionally minimal and designed to serve as base images for building custom Docker containers that require R.

The images support multiple Linux distributions (Ubuntu, Debian, Rocky Linux, openSUSE) on both x86_64 and arm64 architectures, with all R minor versions since 4.0. They offer flexible tagging patterns that let you pin to specific R patch versions or float to the latest patch within a minor version, making it easier to build reproducible environments or stay current with R updates. The images only include R and its system dependencies, leaving you to add packages and tools as needed for your specific use case.