You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2018/02/20 12:12:40 UTC

[incubator-openwhisk] branch master updated: Removed docker image name klaemo/couchdb (#3131)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f61607c  Removed docker image name klaemo/couchdb (#3131)
f61607c is described below

commit f61607cd39e261b2f1a9fb6ed5cb20910f3da6d1
Author: NaohiroTamura <na...@jp.fujitsu.com>
AuthorDate: Tue Feb 20 21:12:36 2018 +0900

    Removed docker image name klaemo/couchdb (#3131)
---
 ansible/roles/couchdb/tasks/clean.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ansible/roles/couchdb/tasks/clean.yml b/ansible/roles/couchdb/tasks/clean.yml
index 8e8f638..9bdcb6b 100644
--- a/ansible/roles/couchdb/tasks/clean.yml
+++ b/ansible/roles/couchdb/tasks/clean.yml
@@ -4,6 +4,5 @@
 - name: remove CouchDB
   docker_container:
     name: couchdb
-    image: klaemo/couchdb
     state: absent
   ignore_errors: True

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