Skip to content

posit-dev/images-package-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Posit Package Manager Container Images

Container images for Posit Package Manager.

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.

Images

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

Additional Posit container images are published to Docker Hub and GitHub Container Registry.

Getting Started

You can interact with this repository in multiple ways:

Build

You can build OCI container images from the defitions in this repository using one of the following container build tools:

The root of the bakery project is used as the build context for each Containerfile. Here, the bakery.yaml file, or project, is in the root of this repository.

PPM_VERSION="2025.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 \
    .

Using bakery

The structure and contents of this reposity were created following the steps in bakery usage.

Prerequisites

Build prerequisites

  • python

  • pipx

  • docker buildx bake

  • just

  • gh (required while repositories are private)

  • bakery

    just install bakery
  • goss and dgoss for running image validation tests

    just install-goss

Build with bakery

By default, bakery creates a ephemeral JSON bakefile to render all containers in parallel.

bakery build

You can view the bake plan using bakery build --plan.

You can use CLI flags to build only a subset of images in the project.

Test images

After building the container images, run the test suite for all images:

bakery run dgoss

You can use CLI flags to limit the tests to run against a subset of images.

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, please 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

Stars

Watchers

Forks

Packages

 
 
 

Contributors 2

  •  
  •