buildkit
concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit
How to download and setup buildkit
Open terminal and run command
git clone https://github.com/moby/buildkit.git
git clone is used to create a copy or clone of buildkit repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with buildkit https://github.com/moby/buildkit/archive/master.zip
Or simply clone buildkit with SSH
[email protected]:moby/buildkit.git