mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
Update k8s builder to v0.7.1
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
This commit is contained in:
parent
9f9cec7195
commit
25b02a5f5a
3 changed files with 4 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ spec:
|
|||
restartPolicy: "Never"
|
||||
containers:
|
||||
- name: main
|
||||
image: ghcr.io/hyperledgendary/k8s-fabric-peer:${K8S_CHAINCODE_BUILDER_VERSION}
|
||||
image: ${K8S_CHAINCODE_BUILDER_IMAGE}:${K8S_CHAINCODE_BUILDER_VERSION}
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- sh
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ spec:
|
|||
restartPolicy: "Never"
|
||||
containers:
|
||||
- name: main
|
||||
image: ghcr.io/hyperledgendary/k8s-fabric-peer:${K8S_CHAINCODE_BUILDER_VERSION}
|
||||
image: ${K8S_CHAINCODE_BUILDER_IMAGE}:${K8S_CHAINCODE_BUILDER_VERSION}
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- sh
|
||||
|
|
|
|||
|
|
@ -46,7 +46,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_VERSION v0.6.0
|
||||
context K8S_CHAINCODE_BUILDER_IMAGE ghcr.io/hyperledger-labs/k8s-fabric-peer
|
||||
context K8S_CHAINCODE_BUILDER_VERSION v0.7.2
|
||||
|
||||
context LOG_FILE network.log
|
||||
context DEBUG_FILE network-debug.log
|
||||
|
|
|
|||
Loading…
Reference in a new issue