broadinstitute/orsp-ci

Name: orsp-ci

Owner: Broad Institute

Description: Compliance CI

Created: 2016-06-21 15:33:36.0

Updated: 2016-06-21 15:35:17.0

Pushed: 2017-03-23 18:28:31.0

Homepage: null

Size: 12

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

orsp-ci

Compliance CI

Docker image used to spin up a CI environment for Compliance

This docker image includes the following packages:

Building
er build -t jenkins .
Running

Requires a .vault-token file in your root directory so that the builds can render configurations.

er run --name jenkins -d -v ${PWD}/.vault-token:/var/jenkins_home/.vault-token:ro -v ${PWD}/jenkins:/var/jenkins_home -p 80:8080 -p 5000:5000 jenkins
Stopping
er stop jenkins && docker rm jenkins

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.