Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 639 Bytes

README.md

File metadata and controls

17 lines (8 loc) · 639 Bytes

About

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.

How-to

In this article details about how to use Jib is explained.

Getting started

Please use mvn compile jib:build command to build and push an image to a conatiner registry using maven.

IMAGE ALT TEXT HERE