logo
3
0
WeChat Login

R Project Build Artifact Upload Example

badge badge badge

This repository demonstrates building an R language project into a Docker image and publishing to CNB Docker Registry.

Key Code Explanation

  • script.R: An R script
  • Dockerfile: Builds the Docker image
  • .ide/Dockerfile: Build environment configuration for remote development
  • .cnb.yml: CI configuration file
  • README.md: Documentation file

Docker Image

Image: docker.cnb.cool/examples/ecosystem/r-build:latest

Usage

docker pull docker.cnb.cool/examples/ecosystem/r-build:latest docker run docker.cnb.cool/examples/ecosystem/r-build:latest

About

example
Language
Dockerfile73.6%
R26.4%