Category: Docker, github, yaml

As a long-time Spring aficionado, I carefully monitored the efforts that the engineers at Tanzu have put into making Spring AOT-compatible.

In this post, I want to check how easy it is to produce a (working!) Docker image from an existing Spring Boot application.

It offers a couple of challenges concerning AOT: The first step is to make the application compatible with GraalVM.

It should succeed (though it displays some stack traces), and in the end, it produces a Docker image.

Related Articles