diff --git a/content/manuals/build/bake/_index.md b/content/manuals/build/bake/_index.md index 5c9b5c15ab..ee9e59453c 100644 --- a/content/manuals/build/bake/_index.md +++ b/content/manuals/build/bake/_index.md @@ -6,8 +6,6 @@ aliases: - /build/customize/bake/ --- -{{< summary-bar feature_name="Build bake" >}} - Bake is a feature of Docker Buildx that lets you define your build configuration using a declarative file, as opposed to specifying a complex CLI expression. It also lets you run multiple builds concurrently with a single invocation. diff --git a/data/summary.yaml b/data/summary.yaml index a339aa2540..b7cfa20763 100644 --- a/data/summary.yaml +++ b/data/summary.yaml @@ -25,8 +25,6 @@ Azure blob: availability: Experimental Build additional contexts: requires: Docker Compose [2.17.0](/manuals/compose/releases/release-notes.md#2170) and later -Build bake: - availability: Experimental Build checks: availability: Beta requires: Docker Buildx [0.15.0](/manuals/compose/releases/release-notes.md#0150) and later