Difference between revisions of "BuildKit"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
[[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.
 
[[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
+
* Homepage: https://github.com/moby/buildkit
 +
* Installation: <code>[[brew install buildkit]]</code>
  
 
Binaries:
 
Binaries:

Revision as of 09:45, 7 April 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

See also

Advertising: