Top
image credit: Pexels

Containerizing Java Applications with Jib

August 24, 2020

Via: InfoQ

Jib, the open source tool for building space efficient and optimized Docker and OCI images for Java applications, has been constantly adding new features to further improve the developer and CI/CD experiences. Some of the highlights include the Jib Plugin Extension Framework, native support for popular application frameworks, CI/CD performance improvements, and enhanced development experience on a local Kubernetes with Skaffold.

Jib Plugin Extension Framework

Jib’s true power is in its ability to build optimized Docker and OCI images for Java applications reproducibly, in a declarative manner, applying container best practices, and without a Docker daemon.

Read More on InfoQ