Contains Dockerfile and other source files to create various docker images needed for Blockchain Automation Framework Corda setup. These steps are also automated using Jenkinsfile. Click here to see the automation steps.
/images
|-- doorman
|-- linuxkit-base
|-- networkmap
For doorman, linuxkit-base and networkmap, follow the readme's in the respective folders.
For building tls-enabled Corda Node (which can be used as Corda Node as well as Notary), following are the steps:
sudo docker build --build-arg BUILDTIME_CORDA_VERSION=4.7 -t corda/node:4.7 -f Dockerfile-corda-tls .
sudo docker tag corda/node:4.7 hyperledgerlabs/corda:4.7-linuxkit
sudo docker push hyperledgerlabs/corda:4.7-linuxkit
Content type
Image
Digest
Size
387.5 MB
Last updated
almost 5 years ago
docker pull hyperledgerlabs/corda