You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fabric-deployment-register-peer.yaml and fabric-deployment-register-orderer.yaml are referring to CA's image to spin up peer and orderer containers respectively.
It seems to be your problem. If you check the peer YAMLs [1] and [2], you can can see that the image used is the correct one: image: hyperledger/fabric-peer:%FABRIC_TAG%. Same things happens with the orderer YAMLs [1], [2] and [3]. You can see there that image: hyperledger/fabric-orderer:%FABRIC_TAG% is being used.
UPDATE: I have just seen the problem. You are not looking the peer and orderer deployments but the register deployments, which have to be a fabric-ca image.
fabric-deployment-register-peer.yaml and fabric-deployment-register-orderer.yaml are referring to CA's image to spin up peer and orderer containers respectively.
For an instance:
The text was updated successfully, but these errors were encountered: