You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: examples/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Different versions of the example scripts show different ways of describing the
34
34
-`./buildkit1` - cloning git repositories has been separated for extra concurrency.
35
35
-`./buildkit2` - uses git sources directly instead of running `git clone`, allowing better performance and much safer caching.
36
36
-`./buildkit3` - allows using local source files for separate components eg. `./buildkit3 --runc=local | buildctl build --local runc-src=some/local/path`
37
-
-`./buildkit4` - uses MergeOp to optimize copy chains for better caching behavior (see `docs/merge+diff.md` for more details)
37
+
-`./buildkit4` - uses MergeOp to optimize copy chains for better caching behavior (see `docs/dev/merge-diff.md` for more details)
38
38
-`./dockerfile2llb` - can be used to convert a Dockerfile to LLB for debugging purposes
39
39
-`./nested-llb` - shows how to use nested invocation to generate LLB
40
40
-`./gobuild` - shows how to use nested invocation to generate LLB for Go package internal dependencies
0 commit comments