googlecontainertools/jib

🏗 Build container images for your Java applications.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 10 minutes ago
Added to GitGenius on September 4th, 2026
Created on January 22nd, 2018
Open Issues & Pull Requests: 252 (+0)
GitHub issues: Enabled
Number of forks: 1,477
Total Stargazers: 14,449 (+0)
Total Subscribers: 316 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 46.5 hours
Mean response time: 91.7 days
90th percentile: 234.8 days
Tracked items: 136

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "priority:p4" is answered fastest, typically in about 17 hours, while "priority: p3" waits about 3 weeks. Only 2% of issues opened in the past year have been closed. Three people close 51% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 90
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 866 days
Stale 30+ days: 81
Stale 90+ days: 73

Recent activity

Opened in 7 days: 0
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • priority:p3 (61)
  • type:bug (59)
  • type: feature request (37)
  • priority: p3 (32)
  • priority: p2 (20)
  • area/jib-gradle-plugin (19)
  • enhancement (18)
  • priority:p4 (18)

Most active issues this week

Detailed Description

Jib is a container image builder that constructs Docker and OCI images for Java applications without requiring a Docker daemon or deep knowledge of Docker best practices.

The tool solves the problem of simplifying Java containerization by automating image construction through Maven and Gradle plugins, as well as a standalone Java library and command-line interface. It works by separating application layers intelligently, splitting dependencies from classes so that only changed layers need rebuilding during deployment cycles. This layering strategy enables faster iteration since Docker does not need to reconstruct the entire application on each build.

Jib suits teams building Java microservices who want to eliminate Dockerfile maintenance and the overhead of running a Docker daemon during development and CI/CD pipelines. It is particularly valuable for developers seeking reproducible builds, since rebuilding with identical contents always produces the same image. The tool integrates well with Google Cloud Build and works with any container registry. Developers should choose Jib if they are already using Maven or Gradle and want to streamline containerization without learning Docker internals.

The project maintains stable builds across multiple platforms and publishes plugins to both Maven Central and the Gradle Plugin Portal. Development activity shows consistent cross-platform testing infrastructure with builds validated on Linux, Windows, and macOS. The project has achieved SLSA level 3 supply chain security certification. Community engagement is supported through a dedicated chat channel for user discussion and support.