macOS
brew install buildkitlocal Homebrew formula metadata
brew
buildkit のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install buildkitlocal Homebrew formula metadata
sudo apk add buildkitAlpine Linux edge package indexes · buildkit · ソース: dl-cdn.alpinelinux.org
nix profile install nixpkgs#buildkitnixpkgs package indexes · pkgs/by-name/bu/buildkit/package.nix · ソース: api.github.com
sudo pacman -S buildkitArch Linux sync databases · buildkit · ソース: geo.mirror.pkgbuild.com
sudo zypper install buildkitopenSUSE Tumbleweed package metadata · buildkit · ソース: download.opensuse.org
scoop install main/buildkitScoop official bucket manifest trees · bucket/buildkit.json · ソース: api.github.com
概要
Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit
履歴
BuildKit is the Moby/Docker-era build backend that turned container image building into a reusable, cache-aware build toolkit rather than a Dockerfile-only code path. Its public identity centers on `buildctl`, `buildkitd`, LLB build graphs, pluggable frontends, cache import/export, and OCI/containerd-oriented workers.
The project came out of a 2017 Moby proposal to separate the `docker build` experience into a reusable backend and allow different frontends to compile build descriptions into a lower-level build graph. The public `moby/buildkit` repository was created on 2017-05-31 and describes BuildKit as a toolkit for converting source code to build artifacts efficiently, expressively, and repeatably.
BuildKit's README presents LLB as the core intermediate representation and explicitly frames it as a Dockerfile-independent build graph format. That architectural split is the historical reason BuildKit became useful outside classic Dockerfiles: Dockerfile syntax is one frontend, but other projects can generate LLB directly or through their own frontend.
BuildKit first became visible to Docker users through opt-in Docker builds, commonly via `DOCKER_BUILDKIT=1 docker build`, and then through Docker Buildx. The README now notes that `docker build` uses Buildx and BuildKit by default since Docker Engine 23.0, making BuildKit part of the ordinary Docker build path rather than only an experimental backend.
The upstream README lists Moby & Docker, Docker Buildx, Tekton Pipelines, Dagger, Earthly, Gitpod, Depot, Namespace, and other projects as users, showing how BuildKit moved from Docker internals into a broader cloud-native build substrate.
As a standalone package, BuildKit is usually used as the `buildctl` client speaking to a `buildkitd` daemon. Users build Dockerfiles, export images or OCI artifacts, import and export caches, run rootless builds, or expose BuildKit as a service for CI and distributed builder setups.
For package-manager users, the appeal is that the same engine behind modern Docker builds can be installed separately, scripted directly, and connected to non-Docker runtimes or remote build workers.
BuildKit matters because it made Docker builds less linear and less Dockerfile-bound: concurrent dependency resolution, content-addressed cache behavior, cache exporters, and frontends gave package and CI people a much sharper tool for reproducible image construction.
It is also one of the clearer examples of a major container tool escaping its original CLI: the Homebrew formula gives macOS users `buildctl`, while the daemon normally lives on Linux or in a VM such as Lima.
セキュリティ状態
buildkit に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
buildctl | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/moby/buildkit
インストールメタデータ
| パッケージキー | brew:buildkit |
|---|---|
| バージョン | 0.31.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/buildkit |
| ホームページ | https://github.com/moby/buildkit |
| リポジトリ | https://github.com/moby/buildkit |
| 上流ドキュメント | https://docs.docker.com/build/buildkit |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/moby/buildkit/archive/refs/tags/v0.31.1.tar.gz |
| 最終更新 | 2026-06-24T20:58:44Z |
| Pulse | updated |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | buildkit |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
buildkit
nix profile install nixpkgs#buildkitbuildctl 0.29.0-r1
Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit (cli frontend)
https://github.com/moby/buildkit
sudo apk add buildctlbuildkit 0.29.0-r1
Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit
https://github.com/moby/buildkit
sudo apk add buildkitbuildkit-doc 0.29.0-r1
Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit (documentation)
https://github.com/moby/buildkit
sudo apk add buildkit-docbuildkit-openrc 0.29.0-r1
Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit (OpenRC init scripts)
https://github.com/moby/buildkit
sudo apk add buildkit-openrcbuildkit 0.30.0-1
A toolkit for converting source code to build artifacts in a repeatable manner
https://github.com/moby/buildkit
sudo pacman -S buildkitbuildkit 0.29.0-1.1
Toolkit for converting source code to build artifacts
https://github.com/moby/buildkit
sudo zypper install buildkitmain/buildkit
scoop install main/buildkitソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.