mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
test-network-k8s: bump fabric-builder-k8s (#1340)
Signed-off-by: James Taylor <jamest@uk.ibm.com>
This commit is contained in:
parent
7e1ddbccc0
commit
4dd37dd29b
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ context ORDERER_TIMEOUT 10s # see https://github
|
||||||
context TEMP_DIR ${PWD}/build
|
context TEMP_DIR ${PWD}/build
|
||||||
context CHAINCODE_BUILDER ccaas # see https://github.com/hyperledgendary/fabric-builder-k8s/blob/main/docs/TEST_NETWORK_K8S.md
|
context CHAINCODE_BUILDER ccaas # see https://github.com/hyperledgendary/fabric-builder-k8s/blob/main/docs/TEST_NETWORK_K8S.md
|
||||||
context K8S_CHAINCODE_BUILDER_IMAGE ghcr.io/hyperledger-labs/fabric-builder-k8s/k8s-fabric-peer
|
context K8S_CHAINCODE_BUILDER_IMAGE ghcr.io/hyperledger-labs/fabric-builder-k8s/k8s-fabric-peer
|
||||||
context K8S_CHAINCODE_BUILDER_VERSION 0.14.0 # For Fabric v2.5+, 0.11.0 or later should be specified
|
context K8S_CHAINCODE_BUILDER_VERSION 0.15.1 # For Fabric v2.5+, 0.11.0 or later should be specified
|
||||||
|
|
||||||
context LOG_FILE network.log
|
context LOG_FILE network.log
|
||||||
context DEBUG_FILE network-debug.log
|
context DEBUG_FILE network-debug.log
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue