Skip to content

Commit

Permalink
adding custom build root (#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Hurley authored and openshift-merge-robot committed Mar 25, 2019
1 parent 3c4388f commit 07b5682
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 25 deletions.
10 changes: 10 additions & 0 deletions build/custom-ci-build-root.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM openshift/origin-release:golang-1.10

RUN yum install -y epel-release \
&& yum install -y python-devel python-pip gcc

RUN pip install -U setuptools && pip install molecule==2.20.0.0a2 jmespath openshift


RUN chmod g+rw /etc/passwd

25 changes: 0 additions & 25 deletions operator/build/molecule.Dockerfile

This file was deleted.

0 comments on commit 07b5682

Please sign in to comment.