Difference between revisions of "BuildKit"

From wikieduonline
Jump to navigation Jump to search
 
Line 12: Line 12:
  
  
* [[docker buildx inspect]] | grep  
+
* <code>[[docker buildx inspect]] | grep [[Buildkit]]</code>
  
 
== Related terms ==
 
== Related terms ==

Latest revision as of 07:49, 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.

Binaries:

To enable using BuildKit:

DOCKER_BUILDKIT=1 docker build .


Related terms[edit]

See also[edit]

Advertising: