# docker/buildx

Docker CLI plugin for extended build capabilities with BuildKit

Repository: https://github.com/docker/buildx
Canonical: https://ross.abutalabs.com/products/buildx
Language: Go
License: Apache-2.0
License Family: permissive
Last push: 2026-08-26T22:57:07+00:00

## Health v2 (maintenance only)
Score: 98/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 96, longevity 100
- inputs: {"age_days": 2721, "days_push": 7, "days_rel": 29, "gap_med": 20.0, "n_releases_24m": 35}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4491, forks 675 (observed 2026-08-28T04:08:51.325823+00:00)

## What it is
Docker Buildx is a Docker CLI plugin that provides extended image build capabilities powered by BuildKit. It supports multiple builder instances, multi-platform image builds, and high-level build orchestration via Bake.

## Use cases
- build docker images with buildkit
- build multi-architecture container images
- create and manage docker builder instances
- build images for arm64 on an x86 machine
- run complex multi-image builds with bake
- build docker images inside kubernetes

## When to choose
- you need BuildKit features not available in the legacy docker build
- you need to build multi-platform or multi-architecture images
- you want to manage multiple isolated builders or remote builders
- you want declarative, high-level build workflows with Bake

## When to avoid
- you only need simple, single-platform image builds with the default docker build
- you are not using Docker or a BuildKit-compatible engine
- you need to build non-container artifacts

## Facets
- artifact type: cli-tool
- maturity: stable
- function: build-tool, container-runtime, developer-tools, cli
- domain: developer-tools, cloud-computing
- platform: windows, cli, go
- tags: docker, buildkit, container-images, multi-platform-builds, docker-cli-plugin, bake, oci-images, devops, containers, linux, macos, kubernetes

## Member repositories
- docker/buildx (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:51.325823+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-29T18:20:28.510266+00:00, confidence not recorded.
  - readme: https://github.com/docker/buildx (fetched 2026-08-28T04:08:51.325823+00:00, sha 6d0976cf7f1a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
