mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-18 16:05:10 +00:00
Merge "[FAB-16285] Update blacklisted versions in BYFN"
This commit is contained in:
commit
82d886b1b4
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