docker/buildx

Docker CLI plugin for extended build capabilities with BuildKit

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 31 minutes ago
Added to GitGenius on September 15th, 2026
Created on March 22nd, 2019
Open Issues & Pull Requests: 294 (+0)
GitHub issues: Enabled
Number of forks: 682
Total Stargazers: 4,506 (+0)
Total Subscribers: 63 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 34.8 hours
Mean response time: 123.7 days
90th percentile: 343.6 days
Tracked items: 614

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 9% of issues opened in the past year have never received a reply. 87% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "area/docs" is answered fastest, typically in about 6 hours, while "area/driver/kubernetes" waits about 4 days. 72% of issues opened in the past year have been closed, leaving a working backlog. Three people close 86% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 144
New in 7 days: 1
Closed in 7 days: 2
Avg open age: 901 days
Stale 30+ days: 126
Stale 90+ days: 106

Recent activity

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

Top labels

  • status/triage (162)
  • kind/enhancement (154)
  • kind/bug (91)
  • area/bake (76)
  • status/needs-investigation (32)
  • area/driver/kubernetes (28)
  • status/needs-more-info (28)
  • area/cache (22)

Detailed Description

Buildx is a Docker CLI plugin for extended build capabilities with BuildKit.

Buildx solves the limitations of the standard docker build command by exposing the full power of BuildKit, a modern container image builder. It maintains a familiar interface matching docker build while adding support for advanced features like multi-platform image builds, multiple builder instances, and in-container drivers that work with both Docker and Kubernetes. The tool bridges the gap between simple local builds and complex build scenarios without requiring users to learn an entirely new workflow.

Buildx suits teams building multi-platform container images or those needing more control over the build process than standard docker build provides. It works well for projects requiring cross-platform support, complex build orchestration, or integration with Kubernetes environments. The tool is included by default in Docker Desktop for Windows and macOS, and available as a plugin package for Linux distributions, making adoption straightforward for most Docker users. For those preferring high-level build definitions, Buildx includes Bake, which enables declarative build configuration.

The project maintains active development with regular updates addressing both new features and compatibility with evolving BuildKit versions. The maintainers emphasize production readiness through official distribution channels, recommending against manual binary installation for production use and instead directing users to Docker Desktop or official package repositories where automatic security updates are available. Documentation is comprehensive, covering installation across multiple platforms and providing clear guidance on builder instance management and multi-platform build workflows.