This repository demonstrates building an R language project into a Docker image and publishing to CNB Docker Registry.
script.R: An R scriptDockerfile: Builds the Docker image.ide/Dockerfile: Build environment configuration for remote development.cnb.yml: CI configuration fileREADME.md: Documentation fileImage: docker.cnb.cool/examples/ecosystem/r-build:latest
docker pull docker.cnb.cool/examples/ecosystem/r-build:latest docker run docker.cnb.cool/examples/ecosystem/r-build:latest