/dv.ci-images

Container images used for continuous integration (CI) purposes via GitHub Actions by DaVinci repositories.

Primary LanguageDockerfileOtherNOASSERTION

Docker Images for CI

Build and Publish Image Check and Lint Repo

Docker images that will be used for CI purposes via GitHub Actions.

How it works

The Dockerfile acts as a template and accepts input arguments like the R version, CRAN snapshot date, linux distribution name and (LTS) version.

The scripts folder contains scripts that add R packages and system dependencies to make the final image fit for purpose.

Github Actions .github/workflows support the image building workflows.

Usage

All available images originating from this repository are available here

Credits

This repo makes partial use of scripts and concepts defined and maintained by rocker-org/rocker-versioned2