This Docker image is used for initialisation Autonity in a Kubernetes cluster and is used alongside the below Helm charts:
keystore does not exist:
autonity account import (will get the priv_key and password from k8s secrets)blockchain does not exist and the flag --account-import-only is NOT used:
autonity init (will get the genesis.json from k8s configmaps)Docker build
docker build -t autonity-init .
Docker run
docker run -ti --rm -v $(pwd)/tmp:/autonity autonity-init --debug=true --account-import-only=true
Content type
Image
Digest
Size
92.3 MB
Last updated
over 5 years ago
docker pull clearmatics/autonity-init