Skip to content

Commit dd94aae

Browse files
satota2denyeart
authored andcommitted
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 <[email protected]>
1 parent 8136eb4 commit dd94aae

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

full-stack-asset-transfer-guide/infrastructure/sample-network/config/core.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -560,15 +560,15 @@ chaincode:
560560
dynamicLink: false
561561

562562
java:
563-
# This is an image based on java:openjdk-8 with addition compiler
563+
# This is an image based on eclipse temurin with addition compiler
564564
# tools added for java shim layer packaging.
565565
# This image is packed with shim layer libraries that are necessary
566566
# for Java chaincode runtime.
567-
runtime: $(DOCKER_NS)/fabric-javaenv:$(TWO_DIGIT_VERSION)
567+
runtime: $(DOCKER_NS)/fabric-javaenv:2.5
568568

569569
node:
570570
# This is an image based on node:$(NODE_VER)-alpine
571-
runtime: $(DOCKER_NS)/fabric-nodeenv:$(TWO_DIGIT_VERSION)
571+
runtime: $(DOCKER_NS)/fabric-nodeenv:2.5
572572

573573
# List of directories to treat as external builders and launchers for
574574
# chaincode. The external builder detection processing will iterate over the

test-network-k8s/config/org1/core.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -544,15 +544,15 @@ chaincode:
544544
dynamicLink: false
545545

546546
java:
547-
# This is an image based on java:openjdk-8 with addition compiler
547+
# This is an image based on eclipse temurin with addition compiler
548548
# tools added for java shim layer packaging.
549549
# This image is packed with shim layer libraries that are necessary
550550
# for Java chaincode runtime.
551-
runtime: $(DOCKER_NS)/fabric-javaenv:$(TWO_DIGIT_VERSION)
551+
runtime: $(DOCKER_NS)/fabric-javaenv:2.5
552552

553553
node:
554554
# This is an image based on node:$(NODE_VER)-alpine
555-
runtime: $(DOCKER_NS)/fabric-nodeenv:$(TWO_DIGIT_VERSION)
555+
runtime: $(DOCKER_NS)/fabric-nodeenv:2.5
556556

557557
# List of directories to treat as external builders and launchers for
558558
# chaincode. The external builder detection processing will iterate over the

test-network-k8s/config/org2/core.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -544,15 +544,15 @@ chaincode:
544544
dynamicLink: false
545545

546546
java:
547-
# This is an image based on java:openjdk-8 with addition compiler
547+
# This is an image based on eclipse temurin with addition compiler
548548
# tools added for java shim layer packaging.
549549
# This image is packed with shim layer libraries that are necessary
550550
# for Java chaincode runtime.
551-
runtime: $(DOCKER_NS)/fabric-javaenv:$(TWO_DIGIT_VERSION)
551+
runtime: $(DOCKER_NS)/fabric-javaenv:2.5
552552

553553
node:
554554
# This is an image based on node:$(NODE_VER)-alpine
555-
runtime: $(DOCKER_NS)/fabric-nodeenv:$(TWO_DIGIT_VERSION)
555+
runtime: $(DOCKER_NS)/fabric-nodeenv:2.5
556556

557557
# List of directories to treat as external builders and launchers for
558558
# chaincode. The external builder detection processing will iterate over the

0 commit comments

Comments
 (0)