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 2016/09/26 14:38:39 UTC

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

add couchdb image digest


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

Branch: refs/heads/master
Commit: b8ff76a0518594797ddd1152b663d56cd7b696fc
Parents: 785b63d
Author: Garren Smith <ga...@gmail.com>
Authored: Mon Sep 26 16:15:39 2016 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Mon Sep 26 16:15:39 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/b8ff76a0/docker/dc.selenium.yml
----------------------------------------------------------------------
diff --git a/docker/dc.selenium.yml b/docker/dc.selenium.yml
index 6fe625c..28ac603 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:336fd3d9a89475205fc79b6a287ee550d258fac3b62c67b8d13b8e66c71d228f
     command: '--with-haproxy -a tester:testerpass'
     ports:
       - "5984:5984"