Skip to content

posit-dev/images-package-manager

Posit Package Manager Logo

Posit Package Manager container images

Container images for Package Manager.

Production CI Build Status Development CI Build Status Latest Version

Note

Posit is migrating container images from rstudio/rstudio-docker-products. The previous images remain supported.

Prerequisites

Tool Required for Install
Docker Running containers locally Get Docker
Helm Deploying on Kubernetes Install Helm
kubectl Deploying on Kubernetes Install kubectl
Product license Running Package Manager Licensing FAQ, Request a trial license

Images

Image Docker Hub GitHub Container Registry
package-manager docker.io/posit/package-manager ghcr.io/posit-dev/package-manager

Posit publishes additional container images to Docker Hub and GitHub Container Registry.

Running the image

The fastest way to get started is to pull and run a pre-built image.

See the Package Manager installation guide for full setup instructions.

Deploying on Kubernetes

Use the Posit Package Manager Helm chart to deploy on Kubernetes. These images are the default in chart versions >= 0.20.0; see the image migration guide if you are upgrading from an earlier chart version. The chart supports both ARM and x86_64 (AMD64) Kubernetes nodes.

Build

You can build Open Container Initiative (OCI) container images from the definitions in this repository using one of the following container build tools:

Each Containerfile uses the root of the repository as the build context.

PPM_VERSION="2026.04"

# Build the standard Package Manager image using docker
docker buildx build \
    --tag package-manager:${PPM_VERSION} \
    --file package-manager/${PPM_VERSION}/Containerfile.ubuntu2404.std \
    .

# Build the minimal Package Manager image using buildah
buildah build \
    --tag package-manager:${PPM_VERSION} \
    --file package-manager/${PPM_VERSION}/Containerfile.ubuntu2404.min \
    .

# Build the minimal Package Manager image using podman
podman build \
    --tag package-manager:${PPM_VERSION} \
    --file package-manager/${PPM_VERSION}/Containerfile.ubuntu2404.min \
    .

Contributing

To build images with bakery or run the test suite, see the contributing guide.

Related repositories

This repository is part of the Posit Container Images ecosystem. To extend the Minimal image with additional languages or system dependencies, see the extending examples. For shared build tooling and CI workflows, see images-shared.

Share your feedback

We invite you to join us on GitHub Discussions to ask questions and share feedback.

Issues

If you encounter any issues or have any questions, open an issue. We appreciate your feedback.

Code of Conduct

We expect all contributors to adhere to the project's Code of Conduct and create a positive and inclusive community.

License

Posit Container Images and associated tooling are licensed under the MIT License

About

Posit Package Manager Container Images

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors