fabric-chaincode-java icon indicating copy to clipboard operation
fabric-chaincode-java copied to clipboard

Publish Docker images tagged as `3.0` for Fabric v3

Open bestbeforetoday opened this issue 1 year ago • 0 comments

As a chaincode developer I want chaincode contained images tagged as 3.0 in Docker Hub So that I can deploy chaincode to Fabric v3 using the default (Docker) chaincode builder

By default, Fabric uses chaincode container images tagged with the same major/minor version number as the Fabric peer. For example, Fabric v3.0.x will look for a hyperledger/fabric-javaenv:3.0 Docker image in Docker Hub.

bestbeforetoday avatar Aug 20 '24 10:08 bestbeforetoday