Docker image of an Indy node (runs using a Steward identity)
Ideally, the build of the image should be run from this directory.
For build run command below:
docker build -t <docker_url>/indy-node:1.11.0 .
NOTE: Version 1.11.0 is default version also for version of Hyperledger Indy in this Docker image.
When you would like to use older version, then override build arguments.
Example for use version 1.9.2:
docker build --build-arg indy_plenum_ver=1.9.2~dev871 --build-arg indy_node_ver=1.9.2~dev1061 --build-arg python3_pyzmq_ver=17.0.0 -t <docker_url>/indy-node:1.9.2 .
The Docker image is created specially for Helm Chart indy-node. It starts Indy node with inserted parameters via environment variables such node name, node ip address and ports. Indy node needs keys, domain transactions genesis and pool transactions genesis.
The Helm chart indy-node is able to get needed data via:
Content type
Image
Digest
Size
261.5 MB
Last updated
about 5 years ago
docker pull hyperledgerlabs/indy-node