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

Produce a static binary #43

Open
seanlaff opened this issue Oct 10, 2022 · 1 comment
Open

Produce a static binary #43

seanlaff opened this issue Oct 10, 2022 · 1 comment

Comments

@seanlaff
Copy link

seanlaff commented Oct 10, 2022

Running the unified agent has a dependency on java, which complicates its use.

We have a large gitlab estate and want to provide a centralized mend job for all of our users to import. If the unified agent was a single statically linked executable, we could tell our users "add this ci file import wherever you build your code, and it will just work". However, because it's a jar all of our users have to add java to their build environments.. which is especially painful since we don't need java for anything else.

Using something like graalVM's native image builder seems like a promising solution https://www.graalvm.org/22.0/reference-manual/native-image/

@seanlaff seanlaff changed the title Produce static binary Produce a static binary Oct 10, 2022
@LenaKleyner
Copy link

Hi @seanlaff, thanks for the feedback.

We are exploring several directions to address this, one of them is the Mend CLI.
In any case, could you please submit a feature request via our support portal?

Thanks!

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

2 participants