Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.32 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.32 KB

Quarkus + Fabric8 Maven Plugin + GraalVM integration

GitHub license

Attention: This tutorial is now deprecated, check the updated version instead https://blog.marcnuri.com/quarkus-kubernetes-maven-plugin-graal

Source code for the tutorial published on https://blog.marcnuri.com/quarkus-fabric8-maven-plugin-graal/

Tutorial showing how to develop and integrate a very simple Quarkus application with Fabric8 Maven Plugin in order to publish a native GraalVM image into Docker Hub.

The first part of the tutorial describes how to build a very simple Quarkus application. The next part describes how to build a Quarkus native executable with GraalVM. The last section shows how to integrate the project with Fabric8 Maven Plugin and how to deploy the application images into Docker Hub.

Please feel free to leave any comments or suggestions on the blog page: