fabric-samples/first-network
Jason Yellick 2bed1ef499 [FAB-8539] Add version checking to first-network
The first-network tutorial turns on the v1.1 fabric capabilities, and
depends on very recent versions of cryptogen and configtxlator.  Users
appear to be running the latest version of first-network with older
binaries, and are experiencing cryptic failures.

This CR adds basic version checking, both for the local binary versions
as well as the binary versions contained within the docker images.  If
these versions are mismatched, it prints a warning.  If either of the
versions is in a black-list, the byfn.sh will error out.

Change-Id: I1a43ec396c8d1f5a438472cb422d5a7e52e2ef63
Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
2018-02-27 12:44:26 -05:00
..
base [FAB-8445] Adding IMAGE_TAG option to byfn 2018-02-23 16:10:15 -05:00
channel-artifacts FAB-4073 build your first network sample 2017-06-21 05:42:36 +00:00
org3-artifacts [FAB-8386] eyfn fails to execute invoke on org3 2018-02-19 22:28:44 -05:00
scripts Merge "[FAB-8327] Change eyfn.sh to use configtxlator cli" 2018-02-23 17:10:24 +00:00
.env [FAB-8445] Adding IMAGE_TAG option to byfn 2018-02-23 16:10:15 -05:00
byfn.sh [FAB-8539] Add version checking to first-network 2018-02-27 12:44:26 -05:00
configtx.yaml [FAB-7750] first network with support to FAB-5664 2018-02-15 13:19:22 +01:00
crypto-config.yaml [FAB-7750] first network with support to FAB-5664 2018-02-15 13:19:22 +01:00
docker-compose-cli.yaml [FAB-8445] Adding IMAGE_TAG option to byfn 2018-02-23 16:10:15 -05:00
docker-compose-couch-org3.yaml [FAB-8518] Not all compose files have IMAGE_TAG 2018-02-25 08:48:25 -05:00
docker-compose-couch.yaml [FAB-8445] Adding IMAGE_TAG option to byfn 2018-02-23 16:10:15 -05:00
docker-compose-e2e-template.yaml [FAB-8445] Adding IMAGE_TAG option to byfn 2018-02-23 16:10:15 -05:00
docker-compose-org3.yaml [FAB-8518] Not all compose files have IMAGE_TAG 2018-02-25 08:48:25 -05:00
eyfn.sh [FAB-8445] Adding IMAGE_TAG option to byfn 2018-02-23 16:10:15 -05:00
README.md FAB-4073 build your first network sample 2017-06-21 05:42:36 +00:00

Build Your First Network (BYFN)

The directions for using this are documented in the Hyperledger Fabric "Build Your First Network" tutorial.