简体   繁体   English

正在提取ca.org1.example.com(hyperledger / fabric-ca:-1.0.4)…错误:无效的标签格式

[英]Pulling ca.org1.example.com (hyperledger/fabric-ca:-1.0.4)… ERROR: invalid tag format

i tried hyperledger compose online playground and now want to use it locally. 我尝试了hyperledger撰写在线游乐场,现在想在本地使用它。 but facing below error after all images are successfully pulled and tries to start. 但在成功提取所有图像并尝试启动后,将面临以下错误。

"WARNING: The ARCH variable is not set. Defaulting to a blank string.
Creating network "composer_default" with the default driver
Pulling ca.org1.example.com (hyperledger/fabric-ca:-1.0.4)...
ERROR: invalid tag format"

I am using Ubuntu 14.04, docker 17.03.0-ce and docker-compose, docker-compose version 1.8.1, build 878cff1 我正在使用Ubuntu 14.04,docker 17.03.0-ce和docker-compose,docker-compose版本1.8.1,内部版本878cff1

From the docker website on tags : 从docker网站上的标签

A tag name must be valid ASCII and may contain lowercase and uppercase letters, digits, underscores, periods and dashes. 标签名称必须是有效的ASCII,并且可以包含小写和大写字母,数字,下划线,句点和破折号。 A tag name may not start with a period or a dash and may contain a maximum of 128 characters. 标签名称不能以句点或破折号开头,并且最多可以包含128个字符。

Edit: However, the problem in your case is likely the previous message that an environment variable is not set. 编辑:但是,您所遇到的问题很可能是先前的消息,即未设置环境变量。 The command you are running is likely trying to pull hyperledger/fabric-ca:${ARCH}-1.0.4 but ARCH is replaced by an empty string. 您正在运行的命令可能试图提取hyperledger/fabric-ca:${ARCH}-1.0.4但是ARCH被替换为空字符串。

There is similar kind of issue raised in " https://github.com/IBM/hyperledger-fabric-on-linux-one/issues/15 " and one of the suggested approach is to completely clean the image removing all docker images all install scripts and start again. 在“ https://github.com/IBM/hyperledger-fabric-on-linux-one/issues/15 ”中提出了类似的问题,建议的方法之一是完全清理映像,删除所有docker映像。安装脚本,然后重新开始。

However i followed this link ( https://hyperledger.github.io/composer/installing/development-tools ) and now everything is up and running 但是我点击了此链接( https://hyperledger.github.io/composer/installing/development-tools ),现在一切正常并开始运行

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 错误:未找到hyperledger / fabric-ca:的清单 - ERROR: manifest for hyperledger/fabric-ca:latest not found Docker-Hyperledger / fabric-ca中的GO_TAGS是什么? - What is GO_TAGS in Docker - Hyperledger/fabric-ca? x509:无法验证 &lt;<HOST IP> &gt; 因为它不包含任何 IP SAN - Hyperledger Fabric-CA - x509: cannot validate certificate for <<HOST IP>> because it doesn't contain any IP SANs - Hyperledger Fabric-CA 启动Hyperledger后无法启动Fabric CA - Fabric CA not started after starting Hyperledger 使用Fabric Client和Fabric CA Client SDK为Hyperledger编写应用程序 - writing applcation using fabric client and fabric ca client SDK for Hyperledger Hyperledger Fabric CA 服务器 - 初始化 BCCSP PKCS11 库时出错 - Hyperledger Fabric CA server - getting error while initializing BCCSP PKCS11 library 在 fabric-ca 容器中创建的对等 docker 容器中无法看到用户 - Unable to see the user in peer docker container that got created in fabric-ca container 在 Hypeledger Fabric 中重新启动 ca 服务器时出错 - Error while restarting ca server in Hypeledger Fabric 如何从hyperledger中的hfc-key-store中的真实fabric-ca-server证书派生证书? - how certificates get derived from the real fabric-ca-server certificate in hfc-key-store in hyperledger? 如何为新组织启动单个Fabric CA服务器-错误 - How to start an individual Fabric CA server for a new organisation - Error
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM