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

[incubator-openwhisk-deploy-kube] branch master updated: mirror upstream ansible version upgrade to 2.4.2.0 (#171)

This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new 491042d  mirror upstream ansible version upgrade to 2.4.2.0 (#171)
491042d is described below

commit 491042d860fb7a8621f3b4e0a434a7869a6b0031
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Wed Mar 28 16:24:27 2018 -0400

    mirror upstream ansible version upgrade to 2.4.2.0 (#171)
---
 docker/couchdb/Dockerfile     | 2 +-
 docker/docker-pull/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

-- 
To stop receiving notification emails like this one, please contact
rabbah@apache.org.