mirror of https://github.com/docker/docs.git
Merge pull request #18892 from dvdksn/invertible-images
invertible images
This commit is contained in:
commit
b828c661f1
|
@ -29,6 +29,10 @@
|
||||||
@apply text-blue-light dark:text-blue-dark underline-offset-2 underline;
|
@apply text-blue-light dark:text-blue-dark underline-offset-2 underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.invertible {
|
||||||
|
@apply dark:filter dark:invert dark:hue-rotate-180;
|
||||||
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
@apply border-divider-light dark:border-divider-dark;
|
@apply border-divider-light dark:border-divider-dark;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
definitions. It also supports features not exposed in Dockerfiles, like direct
|
||||||
data mounting and nested invocation.
|
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
|
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
|
caching model is entirely rewritten compared to the legacy builder. Rather than
|
||||||
|
|
Loading…
Reference in New Issue