mirror of
https://github.com/docker/cli.git
synced 2026-08-28 02:24:15 -05:00
71c0f34060a25a9d98106156ae37ddaa47f04237
With a docker build cache already primed with the build image I am seeing `time make build -f docker.Makefile DOCKER_BUILDKIT=1 GO_BUILD_CACHE=n` takes more than 1 minute. By contrast `time make build -f docker.Makefile DOCKER_BUILDKIT=1 GO_BUILD_CACHE=y` takes less than 10s with a hot cache irrespective of whether the source tree has changed Signed-off-by: Ian Campbell <ijc@docker.com> (cherry picked from commitd5de8358f0) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit:c1c4b46f29Component: cli
Languages
Go
92.3%
Shell
5.4%
Dockerfile
1.1%
Go-Checksums
0.7%
Makefile
0.3%
Other
0.2%