henrikr3 / corda-kubernetes-yo

Corda Kubernetes deployment network for developers using Docker
Apache License 2.0
4 stars 3 forks source link

Docker build fails for a party #1

Open arsalankhalid opened 5 years ago

arsalankhalid commented 5 years ago

When trying to perform a docker build for a specific party, i.e running one of the following commands:

~~ docker build ./party-b/. -t party-b it results in:

ADD failed: stat /var/lib/docker/tmp/docker-builder145148034/corda.jar: no such file or directory

it seems the corda.jar isn't deployed to our temp folder, why is it looking for it there and not the node's directory?

walmon commented 5 years ago

@arsalankhalid you are probably missing one step https://github.com/henrikr3/corda-kubernetes-yo#let-us-review-the-contents-of-this-repository

There is a script file that fetches the Corda Opensource 4.0 binaries (Source at: https://github.com/corda/corda), which is a required first step: fetch_corda_jar