Docker 无法使用hurley hyperledger结构安装链码

Docker 无法使用hurley hyperledger结构安装链码,docker,hyperledger-fabric,blockchain,convector,hurley,Docker,Hyperledger Fabric,Blockchain,Convector,Hurley,当我运行hurl install“链的名称”节点时,我收到一个错误,说“未能生成特定于平台的docker构建:未能提取hyperledger/fabric ccenv:latest:API错误(404)”,我试图在core.yaml文件中更改它,但仍然有相同的问题latest标记被弃用,因为有两个hyperledger结构版本,因此latest标记具有误导性。您可以在对等环境变量中设置CORE\u CHAINCODE\u BUILDER=hyperledger/fabric ccenv:Vers

当我运行hurl install“链的名称”节点时,我收到一个错误,说“未能生成特定于平台的docker构建:未能提取hyperledger/fabric ccenv:latest:API错误(404)”,我试图在core.yaml文件中更改它,但仍然有相同的问题

latest
标记被弃用,因为有两个
hyperledger结构
版本,因此
latest
标记具有误导性。您可以在对等环境变量中设置
CORE\u CHAINCODE\u BUILDER=hyperledger/fabric ccenv:Version\u Info
,并将
Version\u Info
设置为您的特定版本

fabric
团队在
v1.4.8
和下面的 来自github更改日志的片段

This change ensures that v1.4.x peers using the default
configuration will pull the latest v1.4 fabric-ccenv image from dockerhub to build chaincode,
if the local fabric-ccenv image is not found

链接:

latest
标签已被弃用,因为有两个
hyperledger fabric
版本,因此
latest
标签具有误导性。您可以在对等环境变量中设置
CORE\u CHAINCODE\u BUILDER=hyperledger/fabric ccenv:Version\u Info
,并将
Version\u Info
设置为您的特定版本

fabric
团队在
v1.4.8
和下面的 来自github更改日志的片段

This change ensures that v1.4.x peers using the default
configuration will pull the latest v1.4 fabric-ccenv image from dockerhub to build chaincode,
if the local fabric-ccenv image is not found
链接: