Difference between revisions of "BuildKit"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
* [[Buildx (plugin)]] | * [[Buildx (plugin)]] | ||
* [[Low Level Builder (LLB)]] | * [[Low Level Builder (LLB)]] | ||
− | + | * <code>export [[DOCKER_BUILDKIT]]=0 or export [[DOCKER_BUILDKIT]]=1</code> | |
− | + | * <code>export [[COMPOSE_DOCKER_CLI_BUILD]]=0</code> | |
== See also == | == See also == |
Revision as of 08:03, 9 February 2023
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
Binaries:
To enable using BuildKit:
DOCKER_BUILDKIT=1 docker build .
Related terms
- Buildx (plugin)
- Low Level Builder (LLB)
export DOCKER_BUILDKIT=0 or export DOCKER_BUILDKIT=1
export COMPOSE_DOCKER_CLI_BUILD=0
See also
- Docker Buildx (plugin)
- Moby: BuildKit
- BuildKit, buildctl
Advertising: