IBM-Blockchain-Archive / fabric-images

Docker images and Docker Compose files for running the Hyperledger fabric
Apache License 2.0
36 stars 50 forks source link

ERROR: manifest for hyperledger/fabric-tools:latest not found #35

Closed theparadoxer02 closed 6 years ago

theparadoxer02 commented 6 years ago

Following this tutorial, when i ran ./startFabric.sh the error came. Here are some logs http://hyperledger-fabric.readthedocs.io/en/latest/write_first_app.html

# Join peer0.org1.example.com to the channel.
docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" peer0.org1.example.com peer channel join -b mychannel.block
2018-01-18 16:53:35.407 UTC [msp] GetLocalMSP -> DEBU 001 Returning existing local MSP
2018-01-18 16:53:35.407 UTC [msp] GetDefaultSigningIdentity -> DEBU 002 Obtaining default signing identity
2018-01-18 16:53:35.409 UTC [channelCmd] InitCmdFactory -> INFO 003 Endorser and orderer connections initialized
2018-01-18 16:53:35.409 UTC [msp/identity] Sign -> DEBU 004 Sign: plaintext: 0A86070A5C08011A0C088FA283D30510...12B6BC285DB31A080A000A000A000A00 
2018-01-18 16:53:35.410 UTC [msp/identity] Sign -> DEBU 005 Sign: digest: 0F10378E34EED8B970680D8783854DD5C3469A339A895D144F84CDDB89838EB4 
2018-01-18 16:53:35.888 UTC [channelCmd] executeJoin -> INFO 006 Peer joined the channel!
2018-01-18 16:53:35.888 UTC [main] main -> INFO 007 Exiting.....
Pulling cli (hyperledger/fabric-tools:latest)...
ERROR: manifest for hyperledger/fabric-tools:latest not found
ghost commented 6 years ago

hello;

first enter the network or docker folder ; write docker images command line after that you see that screen ; this is the problem the name of tag ;

REPOSITORY TAG
hyperledger/composer-playground( repository name) latest (tag version)
hyperledger/fabric-tools( repository name) x86_64-1.1.0 (tag version)
hyperledger/fabric-tools ( repository name) latest (tag version)

you write the command line : this : 1-docker pull hyperledger/fabric-tools:x86_64-1.1.0-rc1

after that

2- docker tag hyperledger/fabric-tools:x86_64-1.1.0-rc1 hyperledger/fabric-tools:latest

after that run the ./startFabric.sh

mrshah-at-ibm commented 6 years ago

This repository has been moved to "Archive"s and is not actively developed/used/supported.