GoogleContainerTools/jib

Name: jib

Owner: GoogleContainerTools

Description: :sailboat: Build container images for your Java applications.

Created: 2018-01-22 18:30:43.0

Updated: 2018-05-24 14:16:44.0

Pushed: 2018-05-24 14:16:57.0

Homepage:

Size: 2207

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

experimental Maven Central Gradle Plugin Portal Gitter version

Jib

Jib - Containerize your Java applications.

What is Jib?

Jib builds Docker and OCI images for your Java applications and is available as plugins for Maven and Gradle.

Maven: See documentation for jib-maven-plugin.\ Gradle: See documentation for jib-gradle-plugin.

Goals
Quickstart
Maven

See documentation for using jib-maven-plugin.

Gradle

See documentation for using jib-gradle-plugin.

How Jib Works

Whereas traditionally a Java application is built as a single image layer with the application JAR, Jib's build strategy separates the Java application into multiple layers for more granular incremental builds. When you change your code, only your changes are rebuilt, not your entire application. These layers, by default, are layered on top of a distroless base image.

See also rules_docker for a similar existing container image build tool for the Bazel build system.

Frequently Asked Questions (FAQ)

See the Frequently Asked Questions (FAQ) wiki page.

Community

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.