Automic VaultAutomic Vault

brew

docker-buildx を Homebrew, apt, dnf, Nix, pacman, zypper, scoop, winget でインストール

docker-buildx のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install docker-buildx

local Homebrew formula metadata

Linux

Debian apt確認済み · 92%
sudo apt install docker-buildx

Debian stable package indexes · docker-buildx · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install docker-buildx

Fedora Rawhide package metadata · docker-buildx · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#docker-buildx

nixpkgs package indexes · docker-buildx · ソース: raw.githubusercontent.com

Arch Linux pacman確認済み · 92%
sudo pacman -S docker-buildx

Arch Linux sync databases · docker-buildx · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install docker-buildx

openSUSE Tumbleweed package metadata · docker-buildx · ソース: download.opensuse.org

Windows

Scoop確認済み · 92%
scoop install main/docker-buildx

Scoop official bucket manifest trees · bucket/docker-buildx.json · ソース: api.github.com

Windows Package Manager確認済み · 92%
winget install --id Docker.Buildx -e

Windows Package Manager source index · Docker.Buildx · ソース: cdn.winget.microsoft.com

概要

パッケージ概要

Docker CLI plugin for extended build capabilities with BuildKit

コマンドとエイリアス

  • docker-buildx

履歴

プロジェクトの歴史と使われ方

Docker Buildx is the Docker CLI plugin that exposes extended Docker Build capabilities backed by BuildKit. The upstream README highlights builder instances, multi-node and multi-platform builds, Compose build support, Bake, and Docker or Kubernetes drivers.

プロジェクトの歴史

Buildx grew out of Docker's shift from the classic image builder toward BuildKit. Rather than replacing docker build with a separate tool, Buildx kept a familiar command-line shape while exposing BuildKit features such as named builders, remote drivers, multi-platform output, cache controls, Bake files, and registry image tools.

採用の歴史

Buildx moved from an advanced plugin into ordinary Docker build practice. The README states that Docker Desktop includes Buildx on Windows and macOS, and that Docker Engine package repositories provide Docker Buildx packages for Linux. The batch input shows broad downstream packaging across Homebrew, Debian, Fedora-style distributions, Nix, Arch, Scoop, Ubuntu, winget, and zypper.

使われ方

Typical use starts with docker buildx build for BuildKit-backed builds, then expands to docker buildx create and use for builder instances, docker buildx bake for higher-level build definitions, docker buildx imagetools for registry image inspection and manipulation, and docker buildx prune or du for build cache maintenance. It is especially common in CI pipelines that publish multi-architecture container images.

パッケージ好きにとっての重要性

Buildx is one of the most important Docker-adjacent packages because it made BuildKit's advanced build graph usable from the Docker CLI. For package nerds, it also illustrates the modern Docker CLI-plugin model: a separate executable named docker-buildx can be installed by a package manager and discovered by Docker as a subcommand.

タイムライン

  • 2019: Docker Engine 19.03 is the minimum Docker version named by the Buildx README.
  • 2020: Buildx 0.6-era examples appear in the README for building Buildx itself.
  • 2026: Docker docs list Buildx as the Docker Build command surface for extended BuildKit capabilities, and the batch input lists wide package-manager distribution.

Related projects

  • Buildx is tightly related to BuildKit, Docker Engine, Docker Desktop, Docker Compose builds, Docker Bake, and registry image tooling such as imagetools.

セキュリティ状態

保護ツール対応はまだ見つかっていません

docker-buildx に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
buildkitd.toml

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
docker-buildxcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版0.35.0
マネージャ更新日2026-06-17
ローカルデータOK
上流最新
検出された最新v0.35.0

https://github.com/docker/buildx

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:docker-buildx
バージョン0.35.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/docker-buildx
ホームページhttps://docs.docker.com/buildx/working-with-buildx/
リポジトリhttps://github.com/docker/buildx
上流ドキュメントhttps://docs.docker.com/build
ライセンスApache-2.0
ソースアーカイブhttps://github.com/docker/buildx/archive/refs/tags/v0.35.0.tar.gz
最終更新2026-06-17T21:33:55Z
Pulseupdated
ビルド依存関係go
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし
注意点docker-buildx is a Docker plugin. For Docker to find the plugin, add "cliPluginsExtraDirs" to ~/.docker/config.json: "cliPluginsExtraDirs": [ "$HOMEBREW_PREFIX/lib/docker/cli-plugins" ]

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namedocker-buildx
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

docker-buildx 0.13.1+ds1-3

Docker CLI plugin for extended build capabilities with BuildKit (program)

https://github.com/docker/buildx

sudo apt install docker-buildx
  • Section: admin
  • Architecture: amd64
  • 1 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Docker Buildx
Debian stable package indexes · deb.debian.org · Debian stable package indexes: docker-buildx from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

golang-github-docker-buildx-dev 0.13.1+ds1-3

Docker CLI plugin for extended build capabilities with BuildKit (library)

https://github.com/docker/buildx

sudo apt install golang-github-docker-buildx-dev
  • Section: golang
  • Architecture: all
  • Source Package: docker-buildx
  • 32 依存関係
  • normalized package name match
  • 一致条件: Docker Buildx
Debian stable package indexes · deb.debian.org · Debian stable package indexes: golang-github-docker-buildx-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

docker-buildx

nix profile install nixpkgs#docker-buildx
  • normalized package name match
  • 一致条件: Docker Buildx
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: docker-buildx from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

docker-buildx 0.12.1-0ubuntu2

Docker CLI plugin for extended build capabilities with BuildKit

https://github.com/docker/buildx

sudo apt install docker-buildx
  • Section: universe/admin
  • Architecture: amd64
  • 1 依存関係
  • normalized package name match
  • 一致条件: Docker Buildx
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: docker-buildx from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

docker-buildx 0.34.1-1.fc45

Docker CLI plugin for extended build capabilities with BuildKit

https://github.com/docker/buildx

sudo dnf install docker-buildx
  • License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 AND Unicode-DFS-2016
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: docker-buildx
  • 4 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Docker Buildx
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: docker-buildx from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

docker-buildx 0.34.1-1

Docker CLI plugin for extended build capabilities with BuildKit

https://github.com/docker/buildx

sudo pacman -S docker-buildx
  • License: Apache-2.0
  • Architecture: x86_64
  • 1 依存関係
  • normalized package name match
  • 一致条件: Docker Buildx
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: docker-buildx from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

docker-buildx 0.33.0-39.1

Docker CLI plugin for extended build capabilities with BuildKit

https://github.com/docker/buildx

sudo zypper install docker-buildx
  • License: Apache-2.0
  • Category: System/Management
  • Architecture: x86_64
  • Source Package: docker
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Docker Buildx
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: docker-buildx from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

docker-stable-buildx 0.25.0-17.1

Docker CLI plugin for extended build capabilities with BuildKit

https://github.com/docker/buildx

sudo zypper install docker-stable-buildx
  • License: Apache-2.0
  • Category: System/Management
  • Architecture: x86_64
  • Source Package: docker-stable
  • 2 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Docker Buildx
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: docker-stable-buildx from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
Scoop95%

main/docker-buildx

scoop install main/docker-buildx
  • normalized package name match
  • 一致条件: Docker Buildx
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/docker-buildx.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

Docker.Buildx

winget install --id Docker.Buildx -e
  • normalized package name match
  • 一致条件: Docker Buildx
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Docker.Buildx from https://cdn.winget.microsoft.com/cache/source.msix

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment