Skip to content

Instantly share code, notes, and snippets.

@grdryn
Created January 16, 2017 17:19
Show Gist options
  • Save grdryn/6c1f1c5ee92eb3e305f347bb5b70e231 to your computer and use it in GitHub Desktop.
Save grdryn/6c1f1c5ee92eb3e305f347bb5b70e231 to your computer and use it in GitHub Desktop.
Dockerfile for jenkins-job-builder
FROM python:2
MAINTAINER Jason Sallis <jason@sall.is>
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