Update CouchDB to 3.1.1

Update CouchDB in CI and test-network to 3.1.1.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
This commit is contained in:
David Enyeart 2020-10-20 15:18:59 -04:00 committed by denyeart
parent f9bd0097b9
commit 1794c026c9
3 changed files with 4 additions and 4 deletions

View file

@ -11,5 +11,5 @@ for image in baseos peer orderer ca tools orderer ccenv javaenv nodeenv tools; d
docker rmi -f "hyperledger-fabric.jfrog.io/fabric-${image}:${STABLE_TAG}" docker rmi -f "hyperledger-fabric.jfrog.io/fabric-${image}:${STABLE_TAG}"
done done
docker pull -q couchdb:3.1 docker pull -q couchdb:3.1.1
docker images | grep hyperledger docker images | grep hyperledger

View file

@ -11,7 +11,7 @@ networks:
services: services:
couchdb4: couchdb4:
container_name: couchdb4 container_name: couchdb4
image: couchdb:3.1 image: couchdb:3.1.1
# Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password # Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password
# for CouchDB. This will prevent CouchDB from operating in an "Admin Party" mode. # for CouchDB. This will prevent CouchDB from operating in an "Admin Party" mode.
environment: environment:

View file

@ -11,7 +11,7 @@ networks:
services: services:
couchdb0: couchdb0:
container_name: couchdb0 container_name: couchdb0
image: couchdb:3.1 image: couchdb:3.1.1
# Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password # Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password
# for CouchDB. This will prevent CouchDB from operating in an "Admin Party" mode. # for CouchDB. This will prevent CouchDB from operating in an "Admin Party" mode.
environment: environment:
@ -38,7 +38,7 @@ services:
couchdb1: couchdb1:
container_name: couchdb1 container_name: couchdb1
image: couchdb:3.1 image: couchdb:3.1.1
# Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password # Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password
# for CouchDB. This will prevent CouchDB from operating in an "Admin Party" mode. # for CouchDB. This will prevent CouchDB from operating in an "Admin Party" mode.
environment: environment: