Skip to content
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

Closed
arturalbov opened this issue Jan 8, 2019 · 3 comments
Closed

CI: Cyberd docker image building. Include genesis file #160

arturalbov opened this issue Jan 8, 2019 · 3 comments
Assignees
Labels
Milestone

Comments

@arturalbov
Copy link
Contributor

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.

@arturalbov arturalbov changed the title CI: Cyberd docker image building. Include genesis file. CI: Cyberd docker image building. Include genesis file Jan 8, 2019
@hleb-albau
Copy link
Contributor

We can use the same pattern as cosmos does. Just create repo containing testnet files.

@hleb-albau hleb-albau mentioned this issue Jan 27, 2019
10 tasks
@arturalbov arturalbov self-assigned this Jan 28, 2019
@arturalbov arturalbov added this to the Sprint 27 milestone Jan 28, 2019
arturalbov added a commit that referenced this issue Jan 29, 2019
arturalbov added a commit that referenced this issue Jan 29, 2019
hleb-albau pushed a commit that referenced this issue Jan 29, 2019
@hleb-albau
Copy link
Contributor

Also, for the future releases with huge genesis files, it is better to download genesis file during container start.

@arturalbov
Copy link
Contributor Author

arturalbov commented Jan 31, 2019

IPFS hashes of start configuration files:
Genesis - QmSFTpNaXB3FhB4EWjsrUydupZXTL8Z44c2j18o5CGnN5h
Config - QmVKoU5E4MWkSDmkVqGRwZwDzY9Jgfi4jv16SwiMQTufmy
Links - QmepwmLe7vQcK2W6WmvfEk46de3cJ4Jp6jXRXNhuR2AfJ9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants