You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/03/28 20:24:28 UTC

[GitHub] rabbah closed pull request #171: mirror upstream ansible version upgrade to 2.4.2.0

rabbah closed pull request #171: mirror upstream ansible version upgrade to 2.4.2.0
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/171
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docker/couchdb/Dockerfile b/docker/couchdb/Dockerfile
index aaddc59..c6a555d 100644
--- a/docker/couchdb/Dockerfile
+++ b/docker/couchdb/Dockerfile
@@ -19,7 +19,7 @@ RUN pip install argcomplete
 RUN pip install couchdb
 RUN pip install --upgrade cffi
 RUN pip install markupsafe
-RUN pip install ansible==2.3.0.0
+RUN pip install ansible==2.4.2.0
 RUN pip install -U pyopenssl
 
 COPY init.sh /init.sh
diff --git a/docker/docker-pull/Dockerfile b/docker/docker-pull/Dockerfile
index 90925d3..e18c854 100644
--- a/docker/docker-pull/Dockerfile
+++ b/docker/docker-pull/Dockerfile
@@ -13,7 +13,7 @@ rm -f docker-${DOCKER_VERSION}.tgz && \
 chmod +x /usr/bin/docker
 
 RUN pip install --upgrade setuptools
-RUN pip install ansible==2.3.0.0
+RUN pip install ansible==2.4.2.0
 RUN pip install jinja2==2.9.6
 
 COPY pull_images.yml /pull_images.yml


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services