Skip to content
#

hyperledger

Here are 806 public repositories matching this topic...

fabric
Alex-duzhichao
Alex-duzhichao commented Nov 3, 2021

When deploying fabric in enterprise's intranet (without the ability to access internet), users maybe upload chaincode builder images and chaincode runtime images to a private docker registry which requires authentication when pulling images.
I think fabric can support this scenario by adding configuration in chaincode section of core.yaml, such as:

chaincode:
    registry:
        
takayuki-nagai
takayuki-nagai commented Feb 22, 2022

When a constant used by fabric-sdk-node is defined as an environment variable of OS and the value is boolean or number, it will not be parsed properly and will be treated as string value, and the constant will not be reflected.
For example, constant "DISCOVERY_AS_LOCALHOST = false" is defined, "false" is treated as string not boolean, so the behavior is the same as when "DISCOVERY_AS_LOCALHOST =

iroha

Improve this page

Add a description, image, and links to the hyperledger topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hyperledger topic, visit your repo's landing page and select "manage topics."

Learn more