-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: Cyberd docker image building. Include genesis file #160
Comments
We can use the same pattern as cosmos does. Just create repo containing testnet files. |
Also, for the future releases with huge genesis files, it is better to download genesis file during container start. |
IPFS hashes of start configuration files: |
Currently when building docker image on CI we have wrong genesis file that is taken from our repository.
In perspective genesis file could be over 100Mbs in size (for now it's about 30Mbs). So better to not store it in repository. We have to upload actual genesis file in cloud (or maybe in IPFS) and download it during docker image building.
The text was updated successfully, but these errors were encountered: