You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.)
The text was updated successfully, but these errors were encountered:
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 forfreshli
. And that should result in smaller builds.Docs: https://badass-runtime-plugin.beryx.org/releases/latest/
jlink
README.md
with instructions for running the new taskjlink
. (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.)The text was updated successfully, but these errors were encountered: