You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2017/02/20 06:59:02 UTC

[2/2] fauxton commit: updated refs/heads/master to a1d95cc

use specific docker sha


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/a1d95cc6
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/a1d95cc6
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/a1d95cc6

Branch: refs/heads/master
Commit: a1d95cc64bf7525a5554b1809edd33b271c736c6
Parents: 27251dd
Author: Garren Smith <ga...@gmail.com>
Authored: Mon Feb 20 08:29:26 2017 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Mon Feb 20 08:29:26 2017 +0200

----------------------------------------------------------------------
 docker/dc.selenium.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/a1d95cc6/docker/dc.selenium.yml
----------------------------------------------------------------------
diff --git a/docker/dc.selenium.yml b/docker/dc.selenium.yml
index 6fe625c..41ddd2b 100644
--- a/docker/dc.selenium.yml
+++ b/docker/dc.selenium.yml
@@ -8,7 +8,7 @@ services:
 
   couchdb:
     container_name: couchdb
-    image: klaemo/couchdb:2.0-dev
+    image: klaemo/couchdb:2.0-dev@sha256:e9b71abaff6aeaa34ee28604c3aeb78f3a7c789ad74a7b88148e2ef78f1e3b21
     command: '--with-haproxy -a tester:testerpass'
     ports:
       - "5984:5984"