DZone

In this article, we will learn how to create Docker or OCI complaint images without installing a Docker client or using Dockerfile for our SpringBoot application. We will be doing all of this with the help of Jib.

What Is Jib?

Jib is a Java containerizer from Google that lets Java developers build containers using build tools like Maven, Gradle, etc.

Source: DZone