mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
[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
This commit is contained in:
parent
86cd831f93
commit
6ea7c71c6c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue