Skip to content
This repository was archived by the owner on May 4, 2021. It is now read-only.

Commit cad845e

Browse files
author
Yiran Wang
authored
Update README.md (#322)
1 parent d606f27 commit cad845e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ It works very well with a subset of Docker build scenarios given a Bazel build f
182182
### Kaniko
183183

184184
Kaniko provides good compatibility with Docker and executes build commands in userspace without the need for Docker daemon, although it must still run inside a container. Kaniko offers smooth integration with Kubernetes, making it a competent tool for Kubernetes users.
185-
On the other hand, Makisu has some performance tweaks for large images (especially those with node_modules), allows cache to expire, and offers more control over cache generation through #!COMMIT, make it optimal for complex workflows.
185+
On the other hand, Makisu has some performance tweaks for large images with multi-phase builds by avoiding unnecessary disk scans, and offers more control over cache generation and layer size through #!COMMIT, make it optimal for complex workflows.
186186

187187
### BuildKit / img
188188

0 commit comments

Comments
 (0)