File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
full-stack-asset-transfer-guide/infrastructure/sample-network/config Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments