Sign inSign up

hyperledgerlabs/indy-node

By hyperledgerlabs

Updated about 5 years ago

Image
4

1M+

hyperledgerlabs/indy-node repository overview

Blockchain Automation Framework Indy indy-node Docker image

Docker image of an Indy node (runs using a Steward identity)

Build

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 .
Build arguments with default values
  • indy_plenum_ver=1.11.0~dev945
  • indy_node_ver=1.11.0~dev1123
  • python3_indy_crypto_ver=0.4.5
  • indy_crypto_ver=0.4.5
  • python3_pyzmq_ver=18.1.0
Using

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:

  • keys from Hashicorp Vault
  • domain transactions genesis via Config Map
  • pool transactions genesis via Config Map

Tag summary

Content type

Image

Digest

Size

261.5 MB

Last updated

about 5 years ago

docker pull hyperledgerlabs/indy-node