mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Remove Kafka as a consensus mechanism option in BYFN, including all related configuration. Users wishing to configure Kafka (not best practice) in Fabric v2.0 can consult the Fabric v1.4 and earlier samples. Signed-off-by: Simon Stone <sstone1@uk.ibm.com> Change-Id: I3bbffc876a6b64831cb6b2bdfac28a88cc013bdf
21 lines
961 B
Properties
21 lines
961 B
Properties
# Set "nexus" if you would like to pull images from nexus3
|
|
# Set "build" if you would like build fabric, fabric-ca on latest commits
|
|
IMAGE_SORUCE=nexus
|
|
# set only "javaenv" image if you set IMAGE_SOURCE to "build"
|
|
# Pull below list of images from nexus3 if IMAGE_SOURCE is set to "nexus" or "build"
|
|
FAB_IMAGES_LIST=ca peer orderer ccenv tools baseos nodeenv javaenv
|
|
# Set fabric if you would like pull only fabric binaries
|
|
FAB_BINARY_REPO=fabric fabric-ca
|
|
# Pull below list of images from Hyperledger DockerHub
|
|
FAB_THIRDPARTY_IMAGES_LIST=couchdb
|
|
# Pull latest binaries of latest commit of release-1.4 from nexus snapshots
|
|
# Applicable only when set IMAGE_SOURCE to "nexus"
|
|
FAB_BINARY_VER=latest
|
|
# Set base version from fabric branch
|
|
FAB_BASE_VERSION=2.0.0
|
|
# Set base image version from fabric branch
|
|
FAB_BASEIMAGE_VERSION=0.4.15
|
|
# Set related rocketChat channel name. Default: jenkins-robot
|
|
CHANNEL_NAME=jenkins-robot
|
|
# Set compaitable go version
|
|
GO_VER=1.12.5
|