-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Buildpack for Quarkus/Quarkus Native #23559
Comments
@iocanel @BarDweller is this something that already exists? |
I think so
…On Mon, 20 Mar 2023, 5:39 pm Georgios Andrianakis, ***@***.***> wrote:
@iocanel <https://github.com/iocanel> @BarDweller
<https://github.com/BarDweller> is this something that already exists?
—
Reply to this email directly, view it on GitHub
<#23559 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADCEWCEO25R7MXYNSCSRM3W5B2Z5ANCNFSM5N6F636Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@BarDweller has this been implemented? |
There are a variety of ways to use buildpacks with Quarkus. We started by looking at creating a standalone 'quarkus buildpack' that would go into a builder image, but found it to be of limited use. These builders are in the snowdrop github, and use simple bash scripts for the detect/build. They are at best prototypes, and due to their standalone nature miss out on much that buildpacks can offer through being part of an ecosystem of buildpacks that work together to implement a build. As a result of those investigations we decided to become part of the Paketo buildpack ecosystem, and work towards adding UBI and Quarkus to their builders. At this stage, we have created and published a UBI Paketo builder image ( Quarkus will also work with the non UBI Paketo images (although you have to either configure your Quarkus project options so the targets are seen as expected, or manually include the Paketo Quarkus buildpack when building via pack cli). |
Thanks for the update @BarDweller |
Description
I've started using Quakrus Buildpacks but I couldn't find any buildpack for Quarkus, the only one that is available is of the Boson project but it is Boson-based and is not generic enough to work standalone.
Implementation ideas
Develop a buildpack for Quarkus / Quarkus Native and use them as default configuration values
The text was updated successfully, but these errors were encountered: