结构测试设置错误

时间:2018-05-09 12:53:52

标签: docker hyperledger-fabric hyperledger

我正在尝试设置fabric-test repo。

跑步时:

make docker
来自fabric-test / fabric文件夹的

命令我收到以下错误:

**mkdir -p .build/image/tools

Building docker tools-image

docker build  -t hyperledger/fabric-tools -f .build/image/tools/Dockerfile .
Sending build context to Docker daemon 44.25 MB

Step 1/13 : FROM hyperledger/fabric-baseimage:amd64-0.4.8 as builder
Error parsing reference: "hyperledger/fabric-baseimage:amd64-0.4.8 as builder" is not a valid repository/tag: invalid reference format

Makefile:290: recipe for target '.build/image/tools/.dummy-amd64-1.2.0-snapshot-963ce19' failed

make: [.build/image/tools/.dummy-amd64-1.2.0-snapshot-963ce19] Error 1**

有人遇到过这个问题并解决了吗? 我对Hyperledger技术比较陌生。

提前致谢。

编辑:通过更新docker版本解决。较旧版本的docker不支持多阶段构建。

0 个答案:

没有答案