# GoogleContainerTools/jib

🏗 Build container images for your Java applications.

Repository: https://github.com/GoogleContainerTools/jib
Canonical: https://ross.abutalabs.com/products/jib
Language: Java
License: Apache-2.0
License Family: permissive
Topics: containers, docker, java, kubernetes, microservices, maven, gradle, maven-plugin, gradle-plugin, jib, docker-registry, oci
Last push: 2026-07-15T17:24:20+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 92, release rhythm 93, longevity 100
- inputs: {"age_days": 3145, "days_push": 49, "days_rel": 50, "gap_med": 0, "n_releases_24m": 18}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 14440, forks 1477 (observed 2026-08-28T04:11:07.006156+00:00)

## What it is
Jib builds optimized Docker and OCI container images for Java applications without requiring a Docker daemon, available as Maven and Gradle plugins, a Java library (Jib Core), and a CLI. It layers applications intelligently for fast incremental rebuilds and produces reproducible images.

## Use cases
- build docker images for java apps without installing docker
- containerize a maven project with a plugin
- containerize a gradle project with a plugin
- speed up container rebuilds by only pushing changed layers
- build reproducible oci images in ci/cd pipelines
- push java app images directly to a registry from the build

## When to choose
- you build Java applications with Maven or Gradle and want container images without Dockerfile maintenance
- your CI environment has no Docker daemon
- you want fast, layered, reproducible image builds

## When to avoid
- you build non-JVM applications
- you need full Dockerfile-level control over image build steps
- you need multi-stage builds with arbitrary build tooling

## Facets
- artifact type: plugin
- maturity: stable
- function: container-runtime, build-tool, deployment, developer-tools
- domain: microservices, cloud-computing
- platform: jvm, cloud, cross-platform
- tags: docker, oci-images, maven-plugin, gradle-plugin, java, container-build, no-docker-daemon, reproducible-builds, containers, devops, kubernetes

## Member repositories
- GoogleContainerTools/jib (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:07.006156+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:12:34.406852+00:00, confidence not recorded.
  - readme: https://github.com/GoogleContainerTools/jib (fetched 2026-08-28T04:11:07.006156+00:00, sha 193c832ac7e4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
