mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
Bump couchdb to 3.4.2 (#1318)
Signed-off-by: David Enyeart <enyeart@us.ibm.com>
This commit is contained in:
parent
9df15968ce
commit
bf0dded403
9 changed files with 10 additions and 10 deletions
|
|
@ -88,7 +88,7 @@ context INIT_IMAGE_LABEL latest
|
|||
context GRPCWEB_IMAGE ghcr.io/hyperledger-labs/grpc-web
|
||||
context GRPCWEB_IMAGE_LABEL latest
|
||||
context COUCHDB_IMAGE couchdb
|
||||
context COUCHDB_IMAGE_LABEL 3.3.3
|
||||
context COUCHDB_IMAGE_LABEL 3.4.2
|
||||
context CONSOLE_IMAGE ghcr.io/hyperledger-labs/fabric-console
|
||||
context CONSOLE_IMAGE_LABEL latest
|
||||
context DEPLOYER_IMAGE ghcr.io/ibm-blockchain/fabric-deployer
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ context CONTAINER_NAMESPACE "" # or "--namespace k8
|
|||
|
||||
context FABRIC_CONTAINER_REGISTRY hyperledger
|
||||
context FABRIC_PEER_IMAGE ${FABRIC_CONTAINER_REGISTRY}/fabric-peer:${FABRIC_VERSION}
|
||||
context COUCHDB_VERSION 3.3.3
|
||||
context COUCHDB_VERSION 3.4.2
|
||||
context NETWORK_NAME test-network
|
||||
context CLUSTER_NAME kind
|
||||
context KUBE_NAMESPACE ${NETWORK_NAME}
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ export CORE_LEDGER_SNAPSHOTS_ROOTDIR="${PWD}"/data/peer0.org1.example.com/snapsh
|
|||
# export CORE_LEDGER_STATE_COUCHDBCONFIG_COUCHDBADDRESS=127.0.0.1:5984
|
||||
# export CORE_LEDGER_STATE_COUCHDBCONFIG_USERNAME=admin
|
||||
# export CORE_LEDGER_STATE_COUCHDBCONFIG_PASSWORD=password
|
||||
# docker run --publish 5984:5984 --detach -e COUCHDB_USER=admin -e COUCHDB_PASSWORD=password --name couchdb1 couchdb:3.3.2
|
||||
# docker run --publish 5984:5984 --detach -e COUCHDB_USER=admin -e COUCHDB_PASSWORD=password --name couchdb1 couchdb:3.4.2
|
||||
|
||||
# start peer
|
||||
peer node start
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ export CORE_LEDGER_SNAPSHOTS_ROOTDIR="${PWD}"/data/peer1.org1.example.com/snapsh
|
|||
# export CORE_LEDGER_STATE_COUCHDBCONFIG_COUCHDBADDRESS=127.0.0.1:5985
|
||||
# export CORE_LEDGER_STATE_COUCHDBCONFIG_USERNAME=admin
|
||||
# export CORE_LEDGER_STATE_COUCHDBCONFIG_PASSWORD=password
|
||||
# docker run --publish 5985:5984 --detach -e COUCHDB_USER=admin -e COUCHDB_PASSWORD=password --name couchdb2 couchdb:3.3.2
|
||||
# docker run --publish 5985:5984 --detach -e COUCHDB_USER=admin -e COUCHDB_PASSWORD=password --name couchdb2 couchdb:3.4.2
|
||||
|
||||
# start peer
|
||||
peer node start
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ export CORE_LEDGER_SNAPSHOTS_ROOTDIR="${PWD}"/data/peer0.org2.example.com/snapsh
|
|||
# export CORE_LEDGER_STATE_COUCHDBCONFIG_COUCHDBADDRESS=127.0.0.1:5986
|
||||
# export CORE_LEDGER_STATE_COUCHDBCONFIG_USERNAME=admin
|
||||
# export CORE_LEDGER_STATE_COUCHDBCONFIG_PASSWORD=password
|
||||
# docker run --publish 5986:5984 --detach -e COUCHDB_USER=admin -e COUCHDB_PASSWORD=password --name couchdb3 couchdb:3.3.2
|
||||
# docker run --publish 5986:5984 --detach -e COUCHDB_USER=admin -e COUCHDB_PASSWORD=password --name couchdb3 couchdb:3.4.2
|
||||
|
||||
# start peer
|
||||
peer node start
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ export CORE_LEDGER_SNAPSHOTS_ROOTDIR="${PWD}"/data/peer1.org2.example.com/snapsh
|
|||
# export CORE_LEDGER_STATE_COUCHDBCONFIG_COUCHDBADDRESS=127.0.0.1:5987
|
||||
# export CORE_LEDGER_STATE_COUCHDBCONFIG_USERNAME=admin
|
||||
# export CORE_LEDGER_STATE_COUCHDBCONFIG_PASSWORD=password
|
||||
# docker run --publish 5987:5984 --detach -e COUCHDB_USER=admin -e COUCHDB_PASSWORD=password --name couchdb4 couchdb:3.3.2
|
||||
# docker run --publish 5987:5984 --detach -e COUCHDB_USER=admin -e COUCHDB_PASSWORD=password --name couchdb4 couchdb:3.4.2
|
||||
|
||||
# start peer
|
||||
peer node start
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ networks:
|
|||
services:
|
||||
couchdb4:
|
||||
container_name: couchdb4
|
||||
image: couchdb:3.3.3
|
||||
image: couchdb:3.4.2
|
||||
labels:
|
||||
service: hyperledger-fabric
|
||||
# Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ networks:
|
|||
services:
|
||||
couchdb4:
|
||||
container_name: couchdb4
|
||||
image: couchdb:3.3.3
|
||||
image: couchdb:3.4.2
|
||||
labels:
|
||||
service: hyperledger-fabric
|
||||
# Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ networks:
|
|||
services:
|
||||
couchdb0:
|
||||
container_name: couchdb0
|
||||
image: couchdb:3.3.3
|
||||
image: couchdb:3.4.2
|
||||
labels:
|
||||
service: hyperledger-fabric
|
||||
# Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password
|
||||
|
|
@ -41,7 +41,7 @@ services:
|
|||
|
||||
couchdb1:
|
||||
container_name: couchdb1
|
||||
image: couchdb:3.3.3
|
||||
image: couchdb:3.4.2
|
||||
labels:
|
||||
service: hyperledger-fabric
|
||||
# Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password
|
||||
|
|
|
|||
Loading…
Reference in a new issue