📄️ Spring Boot Docker Image
This example image creates a Docker image for a Spring Boot application using a multi-stage build. The first stage builds the application using Maven, and the second stage runs the application using a lightweight JRE image.