Google Releases Open Source Tool For Java App Containerization | eWeek

Google Releases Open Source Tool to Containerize Java App Deployments

Jib.containers.logo
Jul 10, 2018
2 minute read
eWeek content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More

Google wants to make it easier for Java developers to containerize their applications.

The company this week announced Jib, an open-source Java tool that it says will enable developers to build Java containers more easily using tools with which they are already familiar.

In a blog post July 9, Google software engineers Appu Goundan and Qingyang Chen described Jib as a container image builder designed to handle all the steps involved in packaging a Java application into a container.


“Containerizing a Java application is no simple task,” Goundan and Chen wrote. “You have to write a Dockerfile, run a Docker daemon as root, wait for builds to complete, and finally push the image to a remote registry.”

New Tool Cuts Down Prep Work

Jib essentially eliminates these requirements. It is implemented in Java and is directly integrated with the Maven and Gradle Java development environment, the two Google engineers said. So developers can put Java apps into containers in little time without having to worry about maintaining a Dockerfile with instructions for building a container image or creating a Java Archive (JAR) for all the files associated with an application.

“Since Jib tightly integrates with your Java build, it has access to all the necessary information to package your application,” Goundan and Chen wrote.

Jib also takes advantage of techniques such as registry caching and image layering to speed up the time it takes to release incremental software changes to production. That’s because Jib can organize an application into distinct layers and only rebuilds the layers that have changed. When changes are made to code, Jib ensures that only the changes are rebuilt. For example, any change in application dependencies or application resources will result in Jib pushing out changes to only those layers instead of to the whole application.

Can Use Declarative Language

Jib also allows application developers to use declarative language to build container images from Maven and Gradle metadata, the two Google engineers said.

Container technology allows software developers to build, deploy and run applications in virtual machine-like environments that are independent of the underlying infrastructure on which they are running.

The goal with container technology is to give application developers a way to write applications once, and have it run everywhere without having to worry about the underlying hardware or the software infrastructure.

Jib, is designed to alleviate the many challenges associated with containerizing a Java application. It is available as a plugin for Maven and Gradle and developers can use it with minimal configuration changes, Goundan and Chen said. All that developers have to do to use it is to add the plugin and configure the target.

Google has released Jib code to GitHub and is encouraging developers to use it to accelerate Java development in container environments.

eWeek Logo

eWeek has the latest technology news and analysis, buying guides, and product reviews for IT professionals and technology buyers. The site's focus is on innovative solutions and covering in-depth technical content. eWeek stays on the cutting edge of technology news and IT trends through interviews and expert analysis. Gain insight from top innovators and thought leaders in the fields of IT, business, enterprise software, startups, and more.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.