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

Generate binary image using jlink #27

Open
3 tasks
mscottford opened this issue Sep 8, 2022 · 0 comments
Open
3 tasks

Generate binary image using jlink #27

mscottford opened this issue Sep 8, 2022 · 0 comments
Labels

Comments

@mscottford
Copy link
Member

By using jlink to create a custom JRE and embedding it into the executable, we won't need to ship the JRE in the production Docker image for freshli. And that should result in smaller builds.

Docs: https://badass-runtime-plugin.beryx.org/releases/latest/

  • Add build task for generating custom runtime image with jlink
  • Update README.md with instructions for running the new task
  • Update acceptance test suite to run against the binary as built with jlink. (This is needed to confirm that we included the correct parts of the JRE. If we've missed anything then we should get runtime errors when those tests execute.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Icebox
Development

Successfully merging a pull request may close this issue.

1 participant