Error building images: Tag latest not found in repository docker.io/hyperledger/fabric-baseimage

后端 未结 2 979
野性不改
野性不改 2021-01-26 02:57

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

2条回答
  •  鱼传尺愫
    2021-01-26 03:06

    1. Pull a specific base image from https://hub.docker.com/r/hyperledger/fabric-baseimage/ using docker pull hyperledger/fabric-baseimage:
    2. Check the image id of the downloaded image using docker images
    3. Tag this image as latest docker tag latest

提交回复
热议问题