Welcome to the Linux Foundation Forum!

Wrong hyperledger/fabric- images

Hi,
The couse asks to get 1.4 version of hyperledger/fabric images (curl -sSL http://bit.ly/2ysbOFE | bash -s 1.4.0) but that is wrong as it requires at least 1.4.4

right now I have following images
docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
hyperledger/fabric-ca latest 3b96a893c1e4 3 weeks ago 150MB
hyperledger/fabric-tools latest 0f9743ac0662 3 weeks ago 1.49GB
hyperledger/fabric-ccenv latest 191911f4454f 3 weeks ago 1.36GB
hyperledger/fabric-orderer latest 84eaba5388e7 3 weeks ago 120MB
hyperledger/fabric-peer latest 5a52faa5d8c2 3 weeks ago 128MB
hyperledger/fabric-javaenv 1.4.4 4648059d209e 4 months ago 1.7GB
hyperledger/fabric-javaenv latest 4648059d209e 4 months ago 1.7GB
hyperledger/fabric-zookeeper 0.4 ede9389347db 4 months ago 276MB
hyperledger/fabric-zookeeper 0.4.18 ede9389347db 4 months ago 276MB
hyperledger/fabric-zookeeper latest ede9389347db 4 months ago 276MB
hyperledger/fabric-kafka 0.4 caaae0474ef2 4 months ago 270MB
hyperledger/fabric-kafka 0.4.18 caaae0474ef2 4 months ago 270MB
hyperledger/fabric-kafka latest caaae0474ef2 4 months ago 270MB
hyperledger/fabric-couchdb 0.4 d369d4eaa0fd 4 months ago 261MB
hyperledger/fabric-couchdb 0.4.18 d369d4eaa0fd 4 months ago 261MB
hyperledger/fabric-couchdb latest d369d4eaa0fd 4 months ago 261MB

I use in docker-composer.yml latest image versions
grep image docker-compose.yml
image: hyperledger/fabric-peer
image: hyperledger/fabric-couchdb
image: hyperledger/fabric-ca
image: hyperledger/fabric-orderer
image: hyperledger/fabric-peer
image: hyperledger/fabric-couchdb
image: hyperledger/fabric-tools

but I cannot start ordered container
docker-compose -f docker-compose.yml up -d peer0.org1.example.com peer1.org1.example.com cli
WARNING: The COMPOSE_PROJECT_NAME variable is not set. Defaulting to a blank string.
couchdbOrg1Peer1 is up-to-date
couchdbOrg1Peer0 is up-to-date
Recreating aa7a223c807f_aa7a223c807f_aa7a223c807f_aa7a223c807f_aa7a223c807f_aa7a223c807f_aa7a223c807f_aa7a223c807f_aa7a223c807f_aa7a223c807f_aaRecreating aa7a223c807f_aa7a223c807f_aa7a223c807f_aa7a223c807f_aa7a223c807f_aa7a223c807f_aa7a223c807f_aa7a223c807f_aa7a223c807f_aa7a223c807f_aa7a223c807f_aa7a223c807f_orderer.example.com ... error
ERROR: for aa7a223c807f_aa7a223c807f_aa7a223c807f_aa7a223c807f_aa7a223c807f_aa7a223c807f_aa7a223c807f_aa7a223c807f_aa7a223c807f_aa7a223c807f_aa7a223c807f_aa7a223c807f_orderer.example.com no such image: sha256:54f372205580fca697f9f072f00da38fa5d2d55560003d0e276bcefc99eb64bf: No such image: sha256:54f372205580fca697f9f072f00da38fa5d2d55560003d0e276bcefc99eb64bf

ERROR: for orderer.example.com no such image: sha256:54f372205580fca697f9f072f00da38fa5d2d55560003d0e276bcefc99eb64bf: No such image: sha256:54f372205580fca697f9f072f00da38fa5d2d55560003d0e276bcefc99eb64bf
ERROR: Encountered errors while bringing up the project.

do you know the right version to use?
thanks
José

Comments

  • pzybyt
    pzybyt Posts: 3

    In then end there was a rogue image and I fixed that with
    docker-compose down

    Nevertheless would it be possible to fix the startup script so we download the right version of the containers?

    thanks
    josé

  • Niklaskkkk
    Niklaskkkk Posts: 113

    @pzybyt said:
    In then end there was a rogue image and I fixed that with
    docker-compose down

    Nevertheless would it be possible to fix the startup script so we download the right version of the containers?

    thanks
    josé

    Hi @pzybyt , yes this issue has been reported earlier and notified to the course creators. I will send another reminder.
    Glad you solved the issue yourself in the meantime.

Categories

Upcoming Training