NaohiroTamura commented on a change in pull request #3131: Updated couchdb
docker image name to apache/couchdb
URL:
https://github.com/apache/incubator-openwhisk/pull/3131#discussion_r158611659
##########
File path: ansible/roles/couchdb/tasks/clean.yml
##########
@@ -4,6 +4,6 @@
- name: remove CouchDB
docker_container:
name: couchdb
- image: klaemo/couchdb
+ image: apache/couchdb
Review comment:
Carlos,
Thanks for the review, I confirmed that "state: absent" doesn't do 'docker
rmi', but 'docker rm'. So we should remove it.
Naohiro
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services