Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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>
- Loading branch information