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

Build GraalVM native image for testing and deployment #62

Open
gregbrowndev opened this issue Sep 13, 2023 · 0 comments
Open

Build GraalVM native image for testing and deployment #62

gregbrowndev opened this issue Sep 13, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@gregbrowndev
Copy link
Owner

gregbrowndev commented Sep 13, 2023

To E2E test and ultimately deploy the application, we need to create a Docker image to run the http4s server.

First, we must compile the source code into a JAR. Then, build a native image from the JAR using GraalVM. GraalVM produces heavily optimised executable that doesn't have the performance implications of starting up a JVM.

https://http4s.org/v1/docs/deployment.html

@gregbrowndev gregbrowndev added the enhancement New feature or request label Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant