Difference between revisions of "BuildKit"
Jump to navigation
Jump to search
| Line 20: | Line 20: | ||
* [[GitHub Actions cache]] | * [[GitHub Actions cache]] | ||
* [[/var/lib/buildkit/]] | * [[/var/lib/buildkit/]] | ||
| − | + | * [[/runc-overlayfs/]] | |
* [[docker buildx inspect]] | * [[docker buildx inspect]] | ||
Revision as of 07:47, 8 January 2026
wikipedia:BuildKit is a concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit. BuildKit is designed to work well for building for multiple platforms and not only for the architecture and operating system that the user invoking the build happens to run.
- Homepage: https://github.com/moby/buildkit
- Installation:
brew install buildkit
Binaries:
To enable using BuildKit:
DOCKER_BUILDKIT=1 docker build .
Related terms
- buildkit-runc
- Buildx (plugin)
- Low Level Builder (LLB)
export DOCKER_BUILDKIT=0 or export DOCKER_BUILDKIT=1export COMPOSE_DOCKER_CLI_BUILD=0moby/buildkitdocker image- GitHub Actions cache
- /var/lib/buildkit/
- /runc-overlayfs/
- docker buildx inspect
See also
- Docker Buildx (plugin)
- Moby: BuildKit
- BuildKit,
buildctl build
Advertising: