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

[Question] Writing bare-metal (from scratch container) applications. #40

Open
thawkins opened this issue Nov 3, 2020 · 3 comments
Open

Comments

@thawkins
Copy link

thawkins commented Nov 3, 2020

Does arangors require any linked Linux user-land components?

I'm looking for a way of creating single binaries that use arrangodb servers that can be instanced as a single file in a "from scratch" container.

In particular does it require any linked security components for SSL connections? or can it perform that with just the binary and a cert?

@andrew-s
Copy link

I'm statically compiling this with musl on Alpine into a scratch container and not faced any issues. Best to give it a go with your application as you may find another dependency you have may require such things.

@thawkins
Copy link
Author

thawkins commented Nov 11, 2020 via email

@fMeow
Copy link
Owner

fMeow commented May 1, 2021

With v0.5.0, the arangors has two feature gate to enable rustls on reqwest, which does not require linking external dynamic lib. It should be able to compile into musl without much problem.

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