hyperledger-labs / minifabric

Do fabric network the right and easy way.
Apache License 2.0
301 stars 166 forks source link

minifab up -i 1.4.12 failed on docker environment #292

Open itaru2622 opened 2 years ago

itaru2622 commented 2 years ago

minifab up -i 1.4.12 got failed for docker environment in netup phase as below:

# Preparing for the following operations: *********************
  verify options, download images, generate certificates, start network, network status, channel create, channel join, anchor update, profile generation, cc install, cc instantiate, discover
..................
# Running operation: ******************************************
  verify options
.
# Running operation: ******************************************
  download images
............
# Running operation: ******************************************
  generate certificates
......................................................................................................................................................................................................................
# Running operation: ******************************************
  start network
...................
# Start all ca nodes ******************************************
  One or more items failed
    non-zero return code
    non-zero return code
# Error! ******************************************************
  Unable to find image 'hyperledger/fabric-ca:1.4.12' locally
  docker: Error response from daemon: manifest for hyperledger/fabric-ca:1.4.12 not found: manifest unknown: manifest unknown.
  See 'docker run --help'.

# STATS *******************************************************
minifab: ok=304 failed=0    
litong01 commented 2 years ago

CA image does not match up with fabric peer or orderer image, there was an logic in the code to deal with this, I wonder if that logic has been lost in recent changes.

vivekfzd commented 1 year ago

What is the solution?