You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
fauust/docker-systemd:ubuntu-20.04
was used as a replacement forsolita/ubuntu-systemd:16.04
in indy-test-automation. See https://github.com/hyperledger/indy-test-automation/blob/main/system/docker/node/Dockerfile.nodeThe text was updated successfully, but these errors were encountered: