hyperledger / indy-node

The server portion of a distributed ledger purpose-built for decentralized identity.
https://wiki.hyperledger.org/display/indy
Apache License 2.0
685 stars 657 forks source link

Error while installing the indy-node package in docker pool setup #1848

Open vikash-ftw opened 8 months ago

vikash-ftw commented 8 months ago

I am following the indy-node docker pool setup to create the network on my Ubuntu 20.04.5 LTS machine. Following this document - doc link

I git cloned the indy-node repo and after cloning I changed to the following directory - indy-node/environment/docker/pool

And then used the command -./pool_start.sh 4 10.0.0.2,10.0.0.3,10.0.0.4,10.0.0.5 10 9701

Now facing the error while building indycore attached in below image Screenshot 2024-03-14 115319 Screenshot 2024-03-14 114351

Help me out with any solution or any new latest documentation or setups to run a indy network in my ubuntu machine.

WadeBarnes commented 8 months ago

The short version is here; https://github.com/hyperledger/indy-node/issues/1846

If you are interested in getting this working, have a look at the Dockerfile referenced in the link to see how the installation process (and repositories) have changed. Other references you can use are the Dockerfiles for the dev container and git pod environments (which are basically the same).

Another example can be found here:

WadeBarnes commented 8 months ago

Please feel free to contribute any fixes through a PR.

iftikar0016 commented 6 months ago

The error message mentions the line RUN apt-get update -y && apt-get install -y indy-node libindy. This line is most likely located in the Dockerfile used to build the indycore image. Make sure this Dockerfile is present in the expected location within the indy-node repository you cloned.