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

Packaging all config file inside the released Go binary #116

Closed
nunojusto opened this issue Nov 16, 2018 · 0 comments
Closed

Packaging all config file inside the released Go binary #116

nunojusto opened this issue Nov 16, 2018 · 0 comments
Assignees
Labels
Feature New feature
Milestone

Comments

@nunojusto
Copy link
Collaborator

nunojusto commented Nov 16, 2018

Describe the Solution

We need to include some config files inside the bin releases

Why?

When the neo-local bin is executed, some containers need config files and we cannot know where are those files in the host filesystem.
So the solution is to use a packager that includes all external files inside the binary to be release.
That way we can use a virtual memory filesystem or write down to a known folder all those files.

Additional Context

Some part can be done with this:
https://github.com/gobuffalo/packr

@nunojusto nunojusto added the Feature New feature label Nov 16, 2018
@nunojusto nunojusto added this to the CLI milestone Nov 16, 2018
@nunojusto nunojusto mentioned this issue Nov 16, 2018
3 tasks
@nunojusto nunojusto self-assigned this Nov 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant