Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
beginnings of a Coinbase Rosetta compliant Dockerfile, which covers the "build node from source and run it" part.
PR Details
This is a dockerfile that can easily be used to run V Systems nodes in the known-good configuration recommended by our team. It will only produce a known-good config image after #214 has been merged to add the changes to network and wallet configuration. #214 is not successful at suppressing #208 .
Description
Adds a build-anywhere dockerfile built to these specifications:
https://www.rosetta-api.org/docs/node_deployment.html#good-example
Related Issue
#216
#215
#210
#208
#211
Motivation and Context
Should choose a single good way to ship to the system software. After we develop this single good way to ship the V System software, we should document using it. This way, there will be no more reliability issues, and we will know how the V Systems software is being run by the users.
This Dockerfile is an example of one known good configuration for V systems node.
How Has This Been Tested
I built this with GitLab CI, and I tested it on my laptop and one of my bare metal servers and Hetzner.
Types of changes
Checklist
Afterr we have had a conversation about the best way to deploy VSYS, I will update our default documentation to reflect it.