I deployed a chaincode to a network of peers. It was unsuccessful. I looked at a peer\'s log and saw an error message: Error building images: Tag latest not found in repository
docker pull hyperledger/fabric-baseimage:<tag name>
docker images
docker tag <imageID> latest
you should run 'make images' to create hyperledger/fabric-baseimage:latest.