Merge pull request #18892 from dvdksn/invertible-images

invertible images
This commit is contained in:
David Karlsson 2023-12-14 10:14:13 +01:00 committed by GitHub
commit b828c661f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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;
} }

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 definitions. It also supports features not exposed in Dockerfiles, like direct
data mounting and nested invocation. 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 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