构建图像时出错:在存储库 docker.io/hyperledger/fabric-baseimage 中找不到最新标记

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

我将链代码部署到对等网络。它没有成功。我查看了同行的日志,看到一条错误消息: 构建图像时出错:在存储库 docker.io/hyperledger/fabric-baseimage.

中找不到最新标记

您应该 运行 'make images' 创建 hyperledger/fabric-baseimage:latest.

  1. 使用 docker pull hyperledger/fabric-baseimage:<tag name>
  2. https://hub.docker.com/r/hyperledger/fabric-baseimage/ 中提取特定的基础镜像
  3. 使用docker images
  4. 检查下载图片的图片id
  5. 将此图像标记为最新图像docker tag <imageID> latest