Skip to content

RVM-based images automatically built by Jenkins

Notifications You must be signed in to change notification settings

jGRUBBS/docker-rvm

 
 

Repository files navigation

Docker RVM for CI

This repository contains some Dockerfile code for building containers which come pre-baked with RVM for builds and tests in Jenkins.

Tags

The rtyler/rvm image alone is simply ubuntu:trusty with the latest stable RVM installed on it. There are however additional tags with Rubies pre-installed:

  • rtyler/rvm:2.3.0 - Ruby (MRI) 2.3.0

  • rtyler/rvm:jruby - JRuby, whichever version RVM aliases to

  • rtyler/rvm:ruby-head - Ruby (MRI)'s latest HEAD at the time of image creation

  • rtyler/rvm:rubinius - Rubinius

About

RVM-based images automatically built by Jenkins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 67.6%
  • Dockerfile 32.4%