-
Notifications
You must be signed in to change notification settings - Fork 610
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
Remove localosmosis Dockerfile #2529
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So in my local test, there is no way to stop and start the localosmosis instance and retain the data. Is that the same for you? Imo this is a necessary capability
Agreed @czarcas7ic, thats def a necessary capability |
Okay! I thought It was not a requirement. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally, good to go! 😄
* Remove localosmois Dockerfile * Retain .osmosisd folder (cherry picked from commit 09b18a5)
Addresses: #1679 [1/2]
What is the purpose of the change
This PR removes the
Dockerfile
created forlocalosmosis
, favoring the re-use of the mainDockerfile
.I have also restructured a bit the
scripts/setup.sh
script.I will remove also the
Dockerfile
for the mainnet exported localosmosis but it will take a little bit more time as the logic is more complicated.Testing and Verifying
Run
localosmosis
as before:make localnet-build make localnet-start # or `make localnet-startd` to run localosmosis in detached mode make localnet-stop
Documentation and Release Note
Unreleased
section inCHANGELOG.md
? no