Difference between revisions of "BuildKit"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 12: Line 12:
  
 
== Related terms ==
 
== Related terms ==
 +
* [[buildkit-runc]]
 
* [[Buildx (plugin)]]
 
* [[Buildx (plugin)]]
 
* [[Low Level Builder (LLB)]]
 
* [[Low Level Builder (LLB)]]
Line 19: Line 20:
 
* [[GitHub Actions cache]]
 
* [[GitHub Actions cache]]
 
* [[/var/lib/buildkit/]]
 
* [[/var/lib/buildkit/]]
 +
[[/runc-overlayfs/]]
 +
* [[docker buildx inspect]]
  
 
== See also ==
 
== See also ==

Latest revision as of 08:20, 16 May 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.

Binaries:

To enable using BuildKit:

DOCKER_BUILDKIT=1 docker build .

Related terms[edit]

/runc-overlayfs/

See also[edit]

Advertising: