diff --git a/content/build/buildkit/_index.md b/content/build/buildkit/_index.md index c70f709597..171cd633b9 100644 --- a/content/build/buildkit/_index.md +++ b/content/build/buildkit/_index.md @@ -42,8 +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){:class="invertible" -style="width:60%"} +![Directed acyclic graph (DAG)](../images/buildkit-dag.svg) 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 @@ -111,4 +110,4 @@ daemon. > BuildKit only supports building Linux containers. Windows support is tracked > in > [`moby/buildkit#616`](https://github.com/moby/buildkit/issues/616) -{ .warning } \ No newline at end of file +{ .warning }