Skip to content

Commit 6ea7c71

Browse files
author
Simon Stone
committedAug 12, 2019
[FAB-16285] Update blacklisted versions in BYFN
Update the blacklisted versions in BYFN so that BYFN from Fabric v2.0 samples refuses to work with binaries and Docker images from Fabric v1.x. Signed-off-by: Simon Stone <sstone1@uk.ibm.com> Change-Id: I7fceb7f2b7635830ada35e2e47988d84b9ee14c3
1 parent 86cd831 commit 6ea7c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎first-network/byfn.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function removeUnwantedImages() {
112112
}
113113

114114
# Versions of fabric known not to work with this release of first-network
115-
BLACKLISTED_VERSIONS="^1\.0\. ^1\.1\.0-preview ^1\.1\.0-alpha"
115+
BLACKLISTED_VERSIONS="^1\."
116116

117117
# Do some basic sanity checking to make sure that the appropriate versions of fabric
118118
# binaries/images are available. In the future, additional checking for the presence

0 commit comments

Comments
 (0)
Please sign in to comment.