worldsibu / hurley

The development environment toolset for blockchain projects
https://worldsibu.io/convector/hurley
Apache License 2.0
80 stars 19 forks source link

Cannot pull image hyperledger/fabric-ccenv:latest #265

Closed Merrick17 closed 4 years ago

Merrick17 commented 4 years ago

Error: could not assemble transaction, err proposal response was not successful, error code 500, msg error starting container: error starting container: Failed to generate platform-specific docker build: Failed to pull hyperledger/fabric-ccenv:latest: API error (404): manifest for hyperledger/fabric-ccenv:latest not found: manifest unknown: manifest unknown

when i run hurl install ..

Merrick17 commented 4 years ago

any updates on this ?

diestrin commented 4 years ago

Hi @Merrick17 I've released Hurley v1.1.5 with a fix for this. Hyperledger removed the tag latest from docker, which was their default in 1.4. There was an env var we could pass to the peers specifying the image tag. Closed in #267