bake: remove experimental callout (#21954)

## Description

Bake is GA since Buildx 0.20.0, seems
https://github.com/docker/docs/pull/21667 didn't take this commit into
account:
705190702a

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2025-02-03 10:35:25 +01:00 committed by GitHub
parent 3d156389d8
commit 0020f7d97b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View File

@ -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.

View File

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