Skip to content

marcnuri-demo/fmp-quarkus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: