fabric-samples/first-network
David Enyeart e73a4813ba [FAB-8568] BYFN: Fix IMAGE_TAG for couchdb
As of 1.1 alpha timeframe, 3rd party images do not follow the
same docker IMAGE_TAG versioning as the other Fabric docker images.

Need to remove IMAGE_TAG from couchdb images, and default to
latest couchdb image, which is how it worked prior to
the -i introduction.

This change needs to be made in master branch but not release branch,
since the IMAGE_TAGs are aligned in 1.0.x release.

Change-Id: Iaca24ea7ed1fc6319738dcf59f665da9259d2b9a
Signed-off-by: David Enyeart <enyeart@us.ibm.com>
2018-02-28 03:41:02 -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 [FAB-8165] Adding upgrade function to byfn 2018-02-27 21:13:42 +00:00
.env [FAB-8445] Adding IMAGE_TAG option to byfn 2018-02-23 16:10:15 -05:00
byfn.sh Merge "[FAB-8539] Add version checking to first-network" 2018-02-28 08:00:29 +00: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-8503] Prevent CLI container from exiting 2018-02-25 20:20:42 -05:00
docker-compose-couch-org3.yaml [FAB-8568] BYFN: Fix IMAGE_TAG for couchdb 2018-02-28 03:41:02 -05:00
docker-compose-couch.yaml [FAB-8568] BYFN: Fix IMAGE_TAG for couchdb 2018-02-28 03:41:02 -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-8503] Prevent CLI container from exiting 2018-02-25 20:20:42 -05:00
docker-compose-persist.yaml [FAB-8540] Add ledger persistance to first-network 2018-02-27 16:02:48 -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.