quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.6k stars 2.63k forks source link

Being able to build native images without having a JDK/GraalVM installed #25625

Open agoncal opened 2 years ago

agoncal commented 2 years ago

Description

See Zulip chat

Sometimes non-Java developers (They do not have a JDK nor GraalVM installed) you just need to build a native image and containerize it. One way could be to have a Multistage Docker file that would build everything with just a docker build command.

And, what would be ideal, is to have this Multistage Docker file automatically generated when creating a new Quarkus project.

Implementation ideas

See https://quarkus.io/guides/building-native-image#multistage-docker

quarkus-bot[bot] commented 2 years ago

You added a link to a Zulip discussion, please make sure the description of the issue is comprehensive and doesn't require accessing Zulip.

This message is automatically generated by a bot.