This project is about Containerizing a Spring Boot Application With Jib.
Jib is Java containerizer from Google that lets Java developers build containers using the build tools like Maven, Gradle etc without installing docker client.
In this article details about how to use Jib is explained.
Please use mvn compile jib:build
command to build and push an image to a conatiner registry using maven.