File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
1010env :
1111 global :
1212 - COMMIT=${TRAVIS_COMMIT::8}
13- - REPO=dockerframework/rvm:18.04-latest
13+ - REPO=dockerframework/rvm:18.04-2.6.6
1414 - CGO_ENABLED=0
1515 - GOOS=linux
1616 - GOARCH=amd64
Original file line number Diff line number Diff line change 11# RVM (Ruby Version Manager) Container
22RVM (Ruby Version Manager) Container of Docker Framework
33
4- [ ![ Build Status] ( https://travis-ci.org/dockerframework/rvm.svg?branch=master )] ( https://travis-ci.org/dockerframework/rvm ) [ ![ ] ( https://images.microbadger.com/badges/image/dockerframework/rvm:18.04-latest. svg )] ( https://microbadger.com/images/dockerframework/rvm:18.04-latest " Layers ") [ ![ ] ( https://images.microbadger.com/badges/version/dockerframework/rvm:18.04-latest. svg )] ( https://microbadger.com/images/dockerframework/rvm:18.04-latest " Version ") [ ![ GitHub issues] ( https://img.shields.io/github/issues/dockerframework/rvm.svg )] ( https://github.com/dockerframework/rvm/issues ) [ ![ GitHub forks] ( https://img.shields.io/github/forks/dockerframework/rvm.svg )] ( https://github.com/dockerframework/rvm/network ) [ ![ GitHub stars] ( https://img.shields.io/github/stars/dockerframework/rvm.svg )] ( https://github.com/dockerframework/rvm/stargazers ) [ ![ GitHub license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://raw.githubusercontent.com/dockerframework/rvm/master/LICENSE )
4+ [ ![ Build Status] ( https://travis-ci.org/dockerframework/rvm.svg?branch=master )] ( https://travis-ci.org/dockerframework/rvm ) [ ![ ] ( https://images.microbadger.com/badges/image/dockerframework/rvm:18.04-2.6.6. svg )] ( https://microbadger.com/images/dockerframework/rvm:18.04-2.6.6 " Layers ") [ ![ ] ( https://images.microbadger.com/badges/version/dockerframework/rvm:18.04-2.6.6. svg )] ( https://microbadger.com/images/dockerframework/rvm:18.04-2.6.6 " Version ") [ ![ GitHub issues] ( https://img.shields.io/github/issues/dockerframework/rvm.svg )] ( https://github.com/dockerframework/rvm/issues ) [ ![ GitHub forks] ( https://img.shields.io/github/forks/dockerframework/rvm.svg )] ( https://github.com/dockerframework/rvm/network ) [ ![ GitHub stars] ( https://img.shields.io/github/stars/dockerframework/rvm.svg )] ( https://github.com/dockerframework/rvm/stargazers ) [ ![ GitHub license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://raw.githubusercontent.com/dockerframework/rvm/master/LICENSE )
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33DOCKER_IMAGE=" dockerframework/rvm"
4- DOCKER_TAG=" 18.04-latest "
4+ DOCKER_TAG=" 18.04-2.6.6 "
55
66# ### Halt script on error
77set -e
You can’t perform that action at this time.
0 commit comments