mirror of https://github.com/docker/docs.git
build: make LLB DAG diagram invertible
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
0adbe36a0f
commit
57815c3be8
|
@ -42,7 +42,7 @@ dependency graph that can be used to put together very complex build
|
|||
definitions. It also supports features not exposed in Dockerfiles, like direct
|
||||
data mounting and nested invocation.
|
||||
|
||||

|
||||
{{< figure src="../images/buildkit-dag.svg" class="invertible" >}}
|
||||
|
||||
Everything about execution and caching of your builds is defined in LLB. The
|
||||
caching model is entirely rewritten compared to the legacy builder. Rather than
|
||||
|
|
Loading…
Reference in New Issue