-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Provide Gradle GraalVM compatible builder image #6513
Comments
cc @cescoffier |
Yes, that's relatively easy. We already have a module installing Gradle. We just need: 1 - add Gradle to https://github.com/quarkusio/quarkus-images/blob/master/quarkus-maven-overrides-java8.yaml#L27 The hardest, as usual, would be to find the right name for this image... |
|
The same image would provide maven and gradle. |
Maybe something like |
@fmhwong maybe you could have a look at that one too? |
@cescoffier Do you have a preference of making a copy of |
Maybe it will be useful to someone. This is a quick workaround
One thing. I use Kotlin in Gradle configuration so if you don't use Kotlin, remove extensions in |
Description
In creating-a-container-with-a-multi-stage-docker-build guide there is a Maven docker base image with GraalVM capabilities.
It would be nice if there was one for projects using Gradle as well.
The text was updated successfully, but these errors were encountered: