Skip to content

Commit

Permalink
Add jmespath to apb-base (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
djzager committed Nov 30, 2018
1 parent 3a30b68 commit 6064ac4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-canary
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN yum -y install epel-release centos-release-openshift-origin \
python-devel \
python-pip \
python-setuptools \
python2-jmespath \
&& yum clean all

#Workaround for installing python-daemon (pulled in by ansible-runner)
Expand All @@ -37,8 +38,7 @@ RUN pip install Jinja2==2.7.2

RUN pip install \
https://github.com/ansible/ansible/archive/devel.tar.gz \
https://github.com/ansible/ansible-runner/archive/master.tar.gz \
jmespath
https://github.com/ansible/ansible-runner/archive/master.tar.gz

RUN git clone https://github.com/openshift/openshift-restclient-python
RUN cd openshift-restclient-python \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-latest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV HOME=${BASE_DIR}

RUN curl https://copr.fedorainfracloud.org/coprs/g/ansible-service-broker/ansible-service-broker-latest/repo/epel-7/group_ansible-service-broker-ansible-service-broker-latest-epel-7.repo -o /etc/yum.repos.d/asb.repo
RUN yum -y install epel-release centos-release-openshift-origin git \
&& yum -y install --setopt=tsflags=nodocs origin-clients python-openshift ansible ansible-kubernetes-modules ansible-asb-modules apb-base-scripts \
&& yum -y install --setopt=tsflags=nodocs origin-clients python-openshift ansible ansible-kubernetes-modules ansible-asb-modules apb-base-scripts python2-jmespath \
&& yum clean all

RUN mkdir -p /usr/share/ansible/openshift \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-v3.10
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos:7
FROM centos:7
MAINTAINER Ansible Playbook Bundle Community
LABEL "com.redhat.apb.runtime"="2"

Expand All @@ -11,7 +11,7 @@ RUN curl https://copr.fedorainfracloud.org/coprs/g/ansible-service-broker/ansibl
RUN rpm --import https://copr-be.cloud.fedoraproject.org/results/@ansible-service-broker/ansible-service-broker-latest/pubkey.gpg \
&& yum -y install https://releases.ansible.com/ansible/rpm/release/epel-7-x86_64/ansible-2.5.9-1.el7.ans.noarch.rpm \
&& yum -y install epel-release centos-release-openshift-origin git \
&& yum -y install --setopt=tsflags=nodocs origin-clients python-openshift ansible-kubernetes-modules ansible-asb-modules apb-base-scripts \
&& yum -y install --setopt=tsflags=nodocs origin-clients python-openshift ansible-kubernetes-modules ansible-asb-modules apb-base-scripts python2-jmespath \
&& yum clean all

RUN mkdir -p /usr/share/ansible/openshift \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-v3.11
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV HOME=${BASE_DIR}
RUN curl https://copr.fedorainfracloud.org/coprs/g/ansible-service-broker/ansible-service-broker-1.3.0-openshift-3.11/repo/epel-7/group_ansible-service-broker-ansible-service-broker-1.3.0-openshift-3.11-epel-7.repo -o /etc/yum.repos.d/asb.repo
RUN rpm --import https://copr-be.cloud.fedoraproject.org/results/@ansible-service-broker/ansible-service-broker-latest/pubkey.gpg \
&& yum -y install epel-release centos-release-openshift-origin git \
&& yum -y install --setopt=tsflags=nodocs origin-clients python-openshift ansible ansible-kubernetes-modules ansible-asb-modules apb-base-scripts \
&& yum -y install --setopt=tsflags=nodocs origin-clients python-openshift ansible ansible-kubernetes-modules ansible-asb-modules apb-base-scripts python2-jmespath \
&& yum clean all

RUN mkdir -p /usr/share/ansible/openshift \
Expand Down

0 comments on commit 6064ac4

Please sign in to comment.