mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
Update chaincode container versions in k8s samples
This patch updates chaincode container versions to 2.5 in the following samples: - test-network-k8s - full-stack-asset-transfer-guide Signed-off-by: Tatsuya Sato <tatsuya.sato.so@hitachi.com>
This commit is contained in:
parent
8136eb4f5e
commit
dd94aae3d5
3 changed files with 9 additions and 9 deletions
|
|
@ -560,15 +560,15 @@ chaincode:
|
||||||
dynamicLink: false
|
dynamicLink: false
|
||||||
|
|
||||||
java:
|
java:
|
||||||
# This is an image based on java:openjdk-8 with addition compiler
|
# This is an image based on eclipse temurin with addition compiler
|
||||||
# tools added for java shim layer packaging.
|
# tools added for java shim layer packaging.
|
||||||
# This image is packed with shim layer libraries that are necessary
|
# This image is packed with shim layer libraries that are necessary
|
||||||
# for Java chaincode runtime.
|
# for Java chaincode runtime.
|
||||||
runtime: $(DOCKER_NS)/fabric-javaenv:$(TWO_DIGIT_VERSION)
|
runtime: $(DOCKER_NS)/fabric-javaenv:2.5
|
||||||
|
|
||||||
node:
|
node:
|
||||||
# This is an image based on node:$(NODE_VER)-alpine
|
# This is an image based on node:$(NODE_VER)-alpine
|
||||||
runtime: $(DOCKER_NS)/fabric-nodeenv:$(TWO_DIGIT_VERSION)
|
runtime: $(DOCKER_NS)/fabric-nodeenv:2.5
|
||||||
|
|
||||||
# List of directories to treat as external builders and launchers for
|
# List of directories to treat as external builders and launchers for
|
||||||
# chaincode. The external builder detection processing will iterate over the
|
# chaincode. The external builder detection processing will iterate over the
|
||||||
|
|
|
||||||
|
|
@ -544,15 +544,15 @@ chaincode:
|
||||||
dynamicLink: false
|
dynamicLink: false
|
||||||
|
|
||||||
java:
|
java:
|
||||||
# This is an image based on java:openjdk-8 with addition compiler
|
# This is an image based on eclipse temurin with addition compiler
|
||||||
# tools added for java shim layer packaging.
|
# tools added for java shim layer packaging.
|
||||||
# This image is packed with shim layer libraries that are necessary
|
# This image is packed with shim layer libraries that are necessary
|
||||||
# for Java chaincode runtime.
|
# for Java chaincode runtime.
|
||||||
runtime: $(DOCKER_NS)/fabric-javaenv:$(TWO_DIGIT_VERSION)
|
runtime: $(DOCKER_NS)/fabric-javaenv:2.5
|
||||||
|
|
||||||
node:
|
node:
|
||||||
# This is an image based on node:$(NODE_VER)-alpine
|
# This is an image based on node:$(NODE_VER)-alpine
|
||||||
runtime: $(DOCKER_NS)/fabric-nodeenv:$(TWO_DIGIT_VERSION)
|
runtime: $(DOCKER_NS)/fabric-nodeenv:2.5
|
||||||
|
|
||||||
# List of directories to treat as external builders and launchers for
|
# List of directories to treat as external builders and launchers for
|
||||||
# chaincode. The external builder detection processing will iterate over the
|
# chaincode. The external builder detection processing will iterate over the
|
||||||
|
|
|
||||||
|
|
@ -544,15 +544,15 @@ chaincode:
|
||||||
dynamicLink: false
|
dynamicLink: false
|
||||||
|
|
||||||
java:
|
java:
|
||||||
# This is an image based on java:openjdk-8 with addition compiler
|
# This is an image based on eclipse temurin with addition compiler
|
||||||
# tools added for java shim layer packaging.
|
# tools added for java shim layer packaging.
|
||||||
# This image is packed with shim layer libraries that are necessary
|
# This image is packed with shim layer libraries that are necessary
|
||||||
# for Java chaincode runtime.
|
# for Java chaincode runtime.
|
||||||
runtime: $(DOCKER_NS)/fabric-javaenv:$(TWO_DIGIT_VERSION)
|
runtime: $(DOCKER_NS)/fabric-javaenv:2.5
|
||||||
|
|
||||||
node:
|
node:
|
||||||
# This is an image based on node:$(NODE_VER)-alpine
|
# This is an image based on node:$(NODE_VER)-alpine
|
||||||
runtime: $(DOCKER_NS)/fabric-nodeenv:$(TWO_DIGIT_VERSION)
|
runtime: $(DOCKER_NS)/fabric-nodeenv:2.5
|
||||||
|
|
||||||
# List of directories to treat as external builders and launchers for
|
# List of directories to treat as external builders and launchers for
|
||||||
# chaincode. The external builder detection processing will iterate over the
|
# chaincode. The external builder detection processing will iterate over the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue