# moby/buildkit

concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit

Repository: https://github.com/moby/buildkit
Canonical: https://ross.abutalabs.com/products/buildkit
Homepage: https://github.com/moby/moby/issues/34227
Language: Go
License: Apache-2.0
License Family: permissive
Topics: buildkit, dockerfile, docker, oci-image, oci, containers, builder, go, cloud-native, golang
Last push: 2026-08-26T22:02:16+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 99, release rhythm 84, longevity 100
- inputs: {"age_days": 3381, "days_push": 7, "days_rel": 29, "gap_med": 0, "n_releases_24m": 82}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 10211, forks 1499 (observed 2026-08-28T04:10:39.885129+00:00)

## What it is
BuildKit is a concurrent, cache-efficient toolkit for converting source code into build artifacts such as OCI container images. It powers Docker's default build engine and supports pluggable frontends including Dockerfiles, with rootless execution and distributed workers.

## Use cases
- build OCI container images efficiently
- speed up Docker builds with better caching
- build container images without root privileges
- export build cache to a registry for CI
- build images from a custom frontend format
- run parallel container build jobs

## When to choose
- you need fast, cache-efficient container image builds
- you want rootless or daemonless image building
- you need advanced Dockerfile features like cache and secret mounts
- you want to embed image building into your own tooling

## When to avoid
- you only need to run containers, not build images
- you are locked into a legacy Docker build workflow that predates BuildKit
- you need a full CI/CD pipeline system rather than a build engine

## Facets
- artifact type: library
- maturity: stable
- function: build-tool, container-runtime, developer-tools, cli
- domain: cloud-computing, developer-tools
- platform: windows, go, cli
- tags: oci-images, dockerfile, build-cache, container-images, rootless-builds, llb, containers, devops, linux, macos, docker

## Member repositories
- moby/buildkit (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:39.885129+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:19:30.751723+00:00, confidence not recorded.
  - readme: https://github.com/moby/buildkit (fetched 2026-08-28T04:10:39.885129+00:00, sha c781429941a5)
  - homepage: https://github.com/moby/moby/issues/34227 (fetched 2026-08-29T08:18:59.558107+00:00, sha 4885b6f6293a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
