From 6ea7c71c6c83746dd8f1bf671fc57a7ba23a060b Mon Sep 17 00:00:00 2001 From: Simon Stone Date: Mon, 12 Aug 2019 17:43:35 +0100 Subject: [PATCH] [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 Change-Id: I7fceb7f2b7635830ada35e2e47988d84b9ee14c3 --- first-network/byfn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/first-network/byfn.sh b/first-network/byfn.sh index 2e2f257f1d..53acbc28ee 100755 --- a/first-network/byfn.sh +++ b/first-network/byfn.sh @@ -112,7 +112,7 @@ function removeUnwantedImages() { } # Versions of fabric known not to work with this release of first-network -BLACKLISTED_VERSIONS="^1\.0\. ^1\.1\.0-preview ^1\.1\.0-alpha" +BLACKLISTED_VERSIONS="^1\." # Do some basic sanity checking to make sure that the appropriate versions of fabric # binaries/images are available. In the future, additional checking for the presence