Important
These images are under active development and testing and are not yet supported by Posit.
Please see rstudio/rstudio-docker-products for officially supported images.
| Image | Docker Hub | GitHub Container Registry |
|---|---|---|
connect |
docker.io/posit/connect |
ghcr.io/posit-dev/connect |
package-manager |
docker.io/posit/package-manager |
ghcr.io/posit-dev/package-manager |
workbench |
docker.io/posit/workbench |
ghcr.io/posit-dev/workbench |
| Repository | Description |
|---|---|
images-connect |
Posit Connect Container Images |
| images-package-manager | Posit Package Manager Container Images |
images-workbench |
Posit Workbench Container Images |
| Repository | Description |
|---|---|
| images | Posit Container Image Meta Repository |
| images-examples | Examples for using and extending Posit Container Images |
| images-shared | Shared Tooling for Container Images |
Each Containerfile (or Dockerfile) is static and can be built using multiple backends (e.g. docker buildx bake, podman).
Rapidly address security concerns by supporting scanning and routinely rebuilding images for all supported product versions.
We are adding multi-platform images as Posit rolls out support for ARM chipsets.
Package Manager now has multi-platform images.
A single configuration file defines:
| Property | Examples |
|---|---|
| Images | connect, workbench, package-manager |
| Versions | 2024.12.0, 2025.01.0 |
| Variants | Minimal (min), Standard (std) |
| Dependencies | Python, R, Quarto |
| Operating system | Ubuntu 24.04, Ubuntu 22.04 |
| Platforms | linux/amd64, linux/arm64 |
| Tags | latest, 2024.12.0-ubuntu2204 |
| Registries | Docker Hub, GHCR |
We invite you to join us on GitHub Discussions to ask questions and share feedback.
We expect all contributors to adhere to the project's Code of Conduct and create a positive and inclusive community.
Posit Container Images and associated tooling are licensed under the MIT License