mirror of https://github.com/docker/docs.git
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:
parent
3d156389d8
commit
0020f7d97b
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue