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

Insta-run Docker image #675

Closed
4 tasks
faddat opened this issue Feb 22, 2021 · 3 comments
Closed
4 tasks

Insta-run Docker image #675

faddat opened this issue Feb 22, 2021 · 3 comments

Comments

@faddat
Copy link
Contributor

faddat commented Feb 22, 2021

Summary

Includes:

  • Genesis
  • Seeds

Problem Definition

This reduces starting a node to:

docker run cosmos/gaia

Proposal

Create a Dockerfile that contains genesis & seeds are present in CMD.

May be more complex, because of init.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@tac0turtle
Copy link
Member

This isn't possible for the initial release of a chain upgrade. Until the chain is upgraded we dont know that the genesis is. it would be easier to write a way to fetch the genesis on init. This would only work once there is a genesis as well tho.

I have a demo of something like this, but never got around to completing it. I can look back at it in the coming days.

@faddat
Copy link
Contributor Author

faddat commented Feb 22, 2021

You are right.

I just ran into it while making the Dockerfile, came to note that in the repo, and saw your comment.

@faddat
Copy link
Contributor Author

faddat commented Feb 22, 2021

Closing this in favor of #678 #677

This was unfortunately an unworkable stopgap solution without changes to init, which would see genesis.json and the only options are to overwrite or not.

@faddat faddat closed this as completed Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@faddat @tac0turtle and others