Created
January 16, 2017 17:19
-
-
Save grdryn/6c1f1c5ee92eb3e305f347bb5b70e231 to your computer and use it in GitHub Desktop.
Dockerfile for jenkins-job-builder
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM python:2 | |
MAINTAINER Jason Sallis <[email protected]> | |
ENV BRANCH master | |
RUN git clone -b ${BRANCH} https://git.openstack.org/openstack-infra/jenkins-job-builder | |
WORKDIR jenkins-job-builder | |
RUN pip install -r requirements.txt && python setup.py install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment