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
683 stars 656 forks source link

Update docker environment #1846

Open WadeBarnes opened 7 months ago

WadeBarnes commented 7 months ago

The docker environment supplied in environment/docker is outdated. It is still based on Ubuntu 16.04.

Update the environment to be able to use the latest , Ubuntu 20.04 based, code in the repository. It may be better to provide this environment through one of the external projects such as bcgov/von-network or hyperledger/indy-node-container rather than having a completely separate implementation in indy-node as well, since these are the go-to projects when spinning up test networks.

Tips: