Difference between revisions of "BuildKit"

From wikieduonline
Jump to navigation Jump to search
Line 10: Line 10:
 
* [[Buildx (plugin)]]
 
* [[Buildx (plugin)]]
 
* [[LLB]]
 
* [[LLB]]
  export DOCKER_BUILDKIT=0
+
  export [[DOCKER_BUILDKIT]]=0
 
  export COMPOSE_DOCKER_CLI_BUILD=0
 
  export COMPOSE_DOCKER_CLI_BUILD=0
  

Revision as of 10:04, 20 October 2021

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:

Related terms

export DOCKER_BUILDKIT=0
export COMPOSE_DOCKER_CLI_BUILD=0

See also

Advertising: