build: make LLB DAG diagram invertible

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2023-12-10 21:33:27 +01:00
parent 0adbe36a0f
commit 57815c3be8
1 changed files with 1 additions and 1 deletions

View File

@ -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.
![Directed acyclic graph (DAG)](../images/buildkit-dag.svg)
{{< 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