mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-19 08:15:08 +00:00
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:
parent
f9bd0097b9
commit
1794c026c9
3 changed files with 4 additions and 4 deletions
|
|
@ -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}"
|
||||
done
|
||||
|
||||
docker pull -q couchdb:3.1
|
||||
docker pull -q couchdb:3.1.1
|
||||
docker images | grep hyperledger
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ networks:
|
|||
services:
|
||||
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
|
||||
# for CouchDB. This will prevent CouchDB from operating in an "Admin Party" mode.
|
||||
environment:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ networks:
|
|||
services:
|
||||
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
|
||||
# for CouchDB. This will prevent CouchDB from operating in an "Admin Party" mode.
|
||||
environment:
|
||||
|
|
@ -38,7 +38,7 @@ services:
|
|||
|
||||
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
|
||||
# for CouchDB. This will prevent CouchDB from operating in an "Admin Party" mode.
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue