mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
test-network-k8s: Update k8s CC builder to 0.11.0
This patch updates k8s CC builder to 0.11.0 to resolve the distribution mismatch between k8s-builder base image and fabric-peer base image. Signed-off-by: Tatsuya Sato <tatsuya.sato.so@hitachi.com>
This commit is contained in:
parent
57127ac75a
commit
f8f52cab71
1 changed files with 2 additions and 2 deletions
|
|
@ -49,8 +49,8 @@ context CHANNEL_NAME mychannel
|
|||
context ORDERER_TIMEOUT 10s # see https://github.com/hyperledger/fabric/issues/3372
|
||||
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 K8S_CHAINCODE_BUILDER_IMAGE ghcr.io/hyperledger-labs/k8s-fabric-peer
|
||||
context K8S_CHAINCODE_BUILDER_VERSION v0.7.2
|
||||
context K8S_CHAINCODE_BUILDER_IMAGE ghcr.io/hyperledger-labs/fabric-builder-k8s/k8s-fabric-peer
|
||||
context K8S_CHAINCODE_BUILDER_VERSION 0.11.0 # For Fabric v2.5+, 0.11.0 or later should be specified
|
||||
|
||||
context LOG_FILE network.log
|
||||
context DEBUG_FILE network-debug.log
|
||||
|
|
|
|||
Loading…
Reference in a new issue