remove useless class declaration

This commit is contained in:
Bracaval Elias 2023-08-27 05:54:50 +09:00 committed by GitHub
parent e0a6ca6cb9
commit 6db3d29c1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -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 }
{ .warning }