Composer and Fabric Node.js chaincode no longer works with the latest versions of the IBM Container Service due to the upgrade to the latest versions of Kubernetes:
New Docker chaincode containers are isolated from the internet, which stops them from running npm install successfully.
The latest version of Kubernetes switched from Docker to containerd which stops Fabric from being able to deploy any chaincode containers.
As a result, we will be removing all Composer components from these scripts.
Developers looking for a development environment should set up a local development environment as per the instructions here: http://hyperledger.github.com/composer/
The recommended route is for developers to deploy to the IBM Blockchain Platform Starter Plan.
Composer and Fabric Node.js chaincode no longer works with the latest versions of the IBM Container Service due to the upgrade to the latest versions of Kubernetes:
npm install
successfully.As a result, we will be removing all Composer components from these scripts.
Developers looking for a development environment should set up a local development environment as per the instructions here: http://hyperledger.github.com/composer/
The recommended route is for developers to deploy to the IBM Blockchain Platform Starter Plan.