docs: remove frontmatter section

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2022-07-25 11:01:41 +02:00
parent 97d3841fbf
commit 1c7088ee42
15 changed files with 15 additions and 69 deletions

View File

@@ -1,7 +1,4 @@
---
title: "Defining additional build contexts and linking targets"
keywords: build, buildx, bake, buildkit, hcl
---
# Defining additional build contexts and linking targets
In addition to the main `context` key that defines the build context each target
can also define additional named contexts with a map defined with key `contexts`.

View File

@@ -1,7 +1,4 @@
---
title: "Building from Compose file"
keywords: build, buildx, bake, buildkit, compose
---
# Building from Compose file
## Specification

View File

@@ -1,7 +1,4 @@
---
title: "Configuring builds"
keywords: build, buildx, bake, buildkit, hcl, json
---
# Configuring builds
Bake supports loading build definition from files, but sometimes you need even
more flexibility to configure this definition.

View File

@@ -1,7 +1,4 @@
---
title: "Bake file definition"
keywords: build, buildx, bake, buildkit, hcl, json, compose
---
# Bake file definition
`buildx bake` supports HCL, JSON and Compose file format for defining build
[groups](#group), [targets](#target) as well as [variables](#variable) and

View File

@@ -1,7 +1,4 @@
---
title: "User defined HCL functions"
keywords: build, buildx, bake, buildkit, hcl
---
# User defined HCL functions
## Using interpolation to tag an image with the git sha

View File

@@ -1,7 +1,4 @@
---
title: "High-level build options with Bake"
keywords: build, buildx, bake, buildkit, hcl, json, compose
---
# High-level build options with Bake
> This command is experimental.
>